Compiling on Linux

To compile the program you will need a C++ compiler (preferably gcc) and headers for the Qt library (if you use binary packages, make sure you have the appropriate devel package installed).

The typical procedure of building and installing the program is:

$ ./configure
$ make
# make install

Additional options that can be passed to the configure script:

-prefix DIR

Location where the package will be installed (default is /usr/local).

-qmake PATH

Full path to the qmake tool (required if it cannot be found automatically).

-debug

Build with debugging symbols.