Install binaries from rpm


For those who do not want to compile HBasic themself I have created a binary rpm file. This is a simple copy of the binary files on my computer and may not work in the environment of other Linux installations. Problems may arise because of missing libraries on your computer. If the rpm package doesn't work on your computer try to compile the source code. I have tested the rpm file with the SuSE and Red Hat distribution. 

Install rpm with:

rpm -i HBasic-###HBASIC_VERSION###.i386.rpm

If you get a failed dependancy error message for qt-3.x.rpm or other packages although you have installed them try to install with

rpm -i HBasic-###HBASIC_VERSION###.i386.rpm --nodeps --force

If you are updating from an earlier version update HBasic software from rpm file with

rpm -U HBasic-###HBASIC_VERSION###.i386.rpm