How to build Slax Tools from source codes?

Slax Konfigurator

  1. Download source archive
  2. Unpack the archive using tar command or some file manager.
    tar -xvmzpf konfigurator-080501.tar.gz
  3. Move to the uncompressed directory: cd konfigurator
  4. Enter: qmake -o Makefile konfigurator.pro
  5. Perform the installation: su -c "make"
The process of installation copies executable konfigurator into directory. /usr/bin. To modify the installation directory, please change DESTDIR variable in file konfigurator.pro before step 4. To remove Slax Konfigurator from your system, simply remove konfigurator executable from installation directory.

To install language pack, download corresponding file (eq konfigurator_cs.qm for Czech language) and copy it into ~/.slaxtools/konfigurator directory.

Slax Module Kreator

  1. Download source archive
  2. Unpack the archive using tar command or some file manager.
    tar -xvmzpf modulekreator-080501.tar.gz
  3. Move to the uncompressed directory: cd modulekreator
  4. Enter: ./configure
  5. Build the application: make
  6. Perform the installation: su -c "make install"
To unistall Slax Module Kreator, please entersu -c "make uninstall" in directory with source codes.