It says:
But when I type pbcompiler it returns "bash: pbcompiler: command not founda) 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
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
After these 2 steps, you should be able to type 'pbcompiler' in a shell
and you ready to use the IDE, just type 'purebasic'.
"
I have installed Ubuntu 5.04.
Here are what I typed in the shell according to the install file:
I copied the whole purebasic folder inside my Home folder which I think is correct! ?# export PUREBASIC_HOME=~/purebasic
# export PATH=$PUREBASIC_HOME/compilers:$PATH