a tutorial to use this language in 64-bit under 64-bit kubuntu 9.10...
these stages should apply egallement several versions of Linux ...
Here are the steps (Purebasic version 4.40 64-bit) :
Having decompressed PureBasic in the directory /home/kubuntu/Programmes I spend
console I run the command:
export PUREBASIC_HOME=/home/kubuntu/Programmes/purebasic
and the command :
export PATH=$PUREBASIC_HOME/compilers:$PATH
It is better to edit the cache file .Bashrc at the root of home and enter these lines:
export PUREBASIC_HOME=/home/kubuntu/Programmes/purebasic
export PATH=$PUREBASIC_HOME/compilers:$PATH
not having to do every time ...
Then I run : cd ./Programmes/purebasic/compilers
and : ./purebasic
PureBasic starts, try a program that fails to compile, apparently more
libs are not present in connection with gtk, I suspected, I make the
script checkinstall executable with the command :
chmod +x checkinstall.sh
** Note: To install the packages I used KPackageKit (menu applications / systems) **
and I run ./checkinstall.sh
he asks me to install gtk+ developpement
I found and installed : libgtk2.0-dev - 2.18.3-1ubuntu2(amd64)
I raise ./checkinstall.sh, answer package libgnome-2.0 is missing...
I found and installed : libgnome2-dev - 2.28.0-0ubuntu3 (amd64)
I raise ./checkinstall.sh, answer package libgnomeprintui-2.2 is missing...
I found and installed : libgnomeprintui2.2-dev - 2.18.4-1 (amd64)
I raise ./checkinstall.sh, answer package libxine is missing...
I found and installed : libxine-dev - 1.1.16.3-0ubuntu4 (amd64)
I raise ./checkinstall.sh, answer SDL 1.2 dev is missing...
I found and installed : libsdl1.2-dev - 1.2.13-4ubuntu4 (amd64)
I raise ./checkinstall.sh, answer iodbc devel is missing...
I found and installed : libiodbc2-dev - 3.52.6-3ubuntu1 (amd64)
I raise ./checkinstall.sh this time everything seems correct to execute PureBasic ...
*** it is possible to use the command apt-get install these packages in the console ***
I run Purebasic, this time a lot of examples to work, but I found a
instability of the PureBasic editor which results in the following
message : Error segmentation
Exciting things very often and makes it rather painful use of PureBasic
I congratulate the author for the excellent job he provides, but I hope he
has a solution to solve this problem, it says a basic language version
available 64 bit is a good way forward ...
ps : the ide seems more stable when I activate the external debugger, but it is useless :roll: , well I'll wait a little longer or I'll use another editor as geany.
if not Is there a way to get the source code editor PureBasic
