Although is is not my preferred option, it is possible to build cpik manually:
- Compile each .cpp file separatley, using the «g++ -Wall -O2 <filename>.cpp» command
- Link with «g++ -o cpik-<VERSION> <all the .o files>»
- «su root»
- Copy the cpik-<VERSION> executable to /usr/bin/
- Copy the directory <VERSION> (use here the proper version number) to /usr/share/cpik
Alain Gibaud
2015-07-09