Seite 1 von 1
Infos zu PB unter Linux
Verfasst: 21.12.2004 11:53
von andy_cr
Hallo,
bin neu hier und suche alles an Infos was man braucht
um PB unter SUSE 9.x ans Laufen zu bringen.
Wo/in welchen Foren finde ich was dazu.
Gibt es Texte ,Anleitungen,... ?
Ich fange ziemlich weit unten an.
CU

Verfasst: 21.12.2004 15:30
von pvmichael
Hab hier was, weiß aber beim besten willen nicht mehr, wo ich das nur her hab...
*****************************************************************
PureBasic v3.81 for Linux x86
(c) 2003 - Fantaisie Software
*****************************************************************
Installation:
-------------
Use 'su -' to have root shell (if not already done)
Copy the 'purebasic/Compilers/pbcompiler' file in /usr/bin/
or any other directory in the PATH:
# cp purebasic/compilers/pbcompiler /usr/bin/
Next, move the whole 'purebasic' directory in /usr/share/
# cp -rf purebasic /usr/share/
NOTE: you can set the $PUREBASIC_HOME environment variable to
your installation path if you don't want to put the purebasic
drawer in /usr/share.
If you don't have 'fasm', copy it in your path (fasm v1.45 at least)
# cp purebasic/compilers/fasm /usr/bin/
To test your install, just type:
# pbcompiler
It should output:
******************************************
PureBasic Linux x86 v3.81
******************************************
A filename must be specified.
Misc:
-----
To have more informations about PureBasic, see the
README file.
PureBasic for linux needs the following packages to run correctly :
Download the GTK+ 1.2 packages to run PureBasic correctly GTK+ 1.2
Download the SDL 1.2 packages to run PureBasic correctly SDL 1.2
Music module library for PureBasic PureBasic 'MIDAS Module' library

Verfasst: 21.12.2004 18:40
von andy_cr
Danke,
sieht gut aus werde ich nacher mal ausprobieren.
Habe inzwischen auch unter
http://purebasic.myforums.net/viewforum ... 321813b658
einiges gefunden.
Andy