Installation of HBasic |
Overview |
2) Create a directory for HBasic |
Create a new empty directory anywhere on your computer. In the following examples I use HBASICDIR as the name of the directory but you may replace it by whatever name you like (e.g. /var/adm/packages/hbasic).
mkdir HBASICDIR
3) Unpack the file |
Move the file that you have downloaded from the internet to HBASICDIR and uncompress and untar the file.
If your download file has a name ending with *.bz2 use
bzip2 -d <filename>
to uncompress it. If the file ends with ".gz" use
gzip -d <filename>
to uncompress the file. Use
tar -xvf hbasic.xx.tar
to untar the file.
4) Compile the sourcecode |
cd HBASICDIR ./configure make |
to compile the hbasic source code. You should now find an executable called
hbasic in HBASICDIR.
5) Install the HBasic executable |
6) Start HBasic |
If you get any error messages during compilation or installation of HBasic check if you fullfilled every prerequisit for HBasic. If this is ok try to describe the error and send me an error message to