How to build Slax Tools from source codes?
Slax Konfigurator
- Download source archive
- Unpack the archive using tar command or some file manager.
tar -xvmzpf konfigurator-080501.tar.gz - Move to the uncompressed directory: cd konfigurator
- Enter: qmake -o Makefile konfigurator.pro
- Perform the installation: su -c "make"
To install language pack, download corresponding file (eq konfigurator_cs.qm for Czech language) and copy it into ~/.slaxtools/konfigurator directory.
Slax Module Kreator
- Download source archive
- Unpack the archive using tar command or some file manager.
tar -xvmzpf modulekreator-080501.tar.gz - Move to the uncompressed directory: cd modulekreator
- Enter: ./configure
- Build the application: make
- Perform the installation: su -c "make install"