Build using qmake

qmake is the build tool that comes with Qt. You can download the complete Qt toolkit at the address http://qt.nokia.com/, but it is certainly available as a package with your Linux distribution.

  1. qmake -o Makefile cpik<version>.pro
  2. make
  3. su root
  4. make install

You can install cpik in a non-standard directory using the command

qmake PREFIX=<abs-dir> -o Makefile cpik<version>.pro

where <abs-dir> is an absolute path to the directory where you plan to install cpik. Be certain that cpik will not work if you use a relative path.

This option is provided for very special situations, and my advice is to avoid it.



AG 2013-04-10