Z88 V13 und Ubuntu 9.04

Das Forum zu Z88OS (Open Source) / The newsgroup for Z88OS (open source)

Moderatoren: ccad, mz15, auroraIco, Lehrstuhl

Antworten
ccad
Z88-Chef
Beiträge: 129
Registriert: Fr 31. Okt 2008, 18:33

Z88 V13 und Ubuntu 9.04

Beitrag von ccad »

Z88 V13 laesst sich perfekt unter Ubuntu 9.04 uebersetzen. Laden Sie die UNIX-Quellen von www.z88.de; folgen Sie den Anweisungen dort. Bevor Sie das Paket mit COMPILE.GCC32 compilieren, sollten Sie mit dem Synaptic Package Manager in Ubuntu die Entwickler-Bibliotheken libgtk-devel sowie die libgtkglext und die libgtkglext-devel herunterladen - dabei werden noch weitere Bibliotheken mitgeladen - dem zustimmen. Dann mit COMPILE.GCC32 (oder 64) uebersetzen. Oder die Makefiles nacheinander starten mit make -f z88.mk.....

Vergessen Sie vor dem Start von Z88 mit dem Befehl z88com nicht, in die .bashrc und die .profile jeweils einzubauen:
LANG=C
export LANG
PATH=$PATH:.
export PATH

ccad
ccad
Z88-Chef
Beiträge: 129
Registriert: Fr 31. Okt 2008, 18:33

Beitrag von ccad »

Z88 V13 compiles perfectly under Ubuntu 9.04 and 9.10. Download the sources from www.z88.de and follow the instructions there.
Before compiling Z88 by the command COMPILE.GCC32 or COMPILE.GCC64 download with the Synaptic Package Manager of Ubuntu the developer libraries libgtk-devel and libgtkglext and libgtkglext-devel. These developer libraries will request another couple of libraries - this is okay. Then compile with COMPILE.GCC32 (or 64). Or start the Makefiles by make -f z88.mk.....

Don't forget to add these commands into .bashrc and .profile:
LANG=C
export LANG
PATH=$PATH:.
export PATH
Antworten