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 <VERSION> (use here the proper version number) to /usr/share/cpik



Alain Gibaud 2015-07-09