Ich will unter Linux mit PB programmieren (mit IDE). Aber irgendwie
klappt das nicht.. ich hab die text datei "install" schon gelesen und
ich glaub, dass ich da was falsch mache.
ok, Schritt 1:
Da öffne ich jetzt die Konsole und gehe in mein PB Verzeichnisa) Setup the PUREBASIC_HOME environment variable to your purebasic
path. It can be done like this (if you have put purebasic in your
home directory:
export PUREBASIC_HOME=~/purebasic
"cd Desktop/purebasic/"
Jetzt gebe ich folgendes ein: export Desktop/purebasic/=~/purebasic
Schritt 2:
Da geb ich : | export PATH=$Desktop/purebasic//compilers:$PATH | (ohne | ) ein.
b) Add the purebasic/compilers/ directory to you path, as it's
where all purebasic binaries are. This can be done like this:
export PATH=$PUREBASIC_HOME/compilers:$PATH
Und danach steht
Wenn ich jetzt "purebasic" eingebe (-> Anwendung ausführen...),After these 2 steps, you should be able to type 'pbcompiler' in a shell
and you ready to use the IDE, just type 'purebasic'.
bekomme ich die folgende fehlermeldung :
"Speicherort >>file://purebasic<< konnte nicht angezeigt werden" (ohne " ) .
Ich bin mir 99%ig sicher, dass ich was falsch gemacht habe.
Könnt ihr mir bitte helfen ? Ich wär euch sehr dankbar!
MfG
Gackt