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 0.6.0 (use here the proper version number) to /usr/share/cpik
AG
2013-04-10