I've downloaded the latest source but I'm unsure about the compiling process (I'm running Linux). In the readme there are instructions for compiling the various compilers but there's also an "install" file which contains generic instructions (./configure/make/make install). My question is: which do I do first in order to install the software? Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm using a slackware-based distro called Salix (32-bit) and have compiled the source using
./configure
make
sudo make install
but when I try to run xbasic I get an error saying the library is not found. This is odd because /usr/local/lib is in my PATH and everything is installed correctly.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "LINUX flavours" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
I've downloaded the latest source but I'm unsure about the compiling process (I'm running Linux). In the readme there are instructions for compiling the various compilers but there's also an "install" file which contains generic instructions (./configure/make/make install). My question is: which do I do first in order to install the software? Thanks.
View and moderate all "LINUX flavours" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
I'm using a slackware-based distro called Salix (32-bit) and have compiled the source using
./configure
make
sudo make install
but when I try to run xbasic I get an error saying the library is not found. This is odd because /usr/local/lib is in my PATH and everything is installed correctly.