Manual build

Although is is not my preferred option, it is possible to build cpik manually:

  1. Compile each .cpp file separatley, using the «g++ -Wall -O2 <filename>.cpp» command
  2. Link with «g++ -o cpik<version> <all the .o files>»
  3. «su root»
  4. Copy the cpik<version> executable to /usr/bin/
  5. Copy the directory 0.6.0 (use here the proper version number) to /usr/share/cpik



AG 2013-04-10