I am writing a new Linux-IDE for BlitzMax.
I'm using the KDELibs and QT3 for it, so the IDE won't work on any other OS than Linux.
You can get the latest Version over SVN:
svn co svn://svn.btbn.de/kmaxide
There is a tar-Archive, too. But it's not very often up to date:
http://btbn.de/files/kmaxide.tar.gz
To compile the IDE you need the kdelibs-Devel-Pakages, the QT3-Devel-Packages, Kate and Konsole(The KDE console). The Standard-Way of compiling the IDE is:
./configure --prefix=/usr
make
*as root* make install
After that you can execute it over the command "kmaxide".
The IDE is translated to German and English.
I'm using the KDELibs and QT3 for it, so the IDE won't work on any other OS than Linux.
You can get the latest Version over SVN:
svn co svn://svn.btbn.de/kmaxide
There is a tar-Archive, too. But it's not very often up to date:
http://btbn.de/files/kmaxide.tar.gz
To compile the IDE you need the kdelibs-Devel-Pakages, the QT3-Devel-Packages, Kate and Konsole(The KDE console). The Standard-Way of compiling the IDE is:
./configure --prefix=/usr
make
*as root* make install
After that you can execute it over the command "kmaxide".
The IDE is translated to German and English.