Source build Instructions
At this moment CTPP2 building can be on any the POSIX-compatible operation system with installed C++ compiler and STL library, also - cmake build system.
For Linux and FreeBSD can be install from binary packets.
Support of: FreeBSD, Solaris and HP/UX planned for version 2.1.0.
For build library under POSIX-systems needed GNU GCC compiler with version 2.95.4 or higher, Sun C++ 5.9 compiler or higher, compiler aCC aCC++/C with version 3.4 or older.
Download and install the CTPP source distribution ctpp-1.8.1.tar.gz by extracting the files from the compressed archive.
Change current directory to ctpp-1.8.1 and run "cmake .".
wget http://ctpp.havoc.ru/download/ctpp2-2.X.X.tar.gz
tar -xvzf ctpp-2.X.X.tar.gz
cd ctpp-2.X.X
cmake .
make
make install
Under FreeBSD you can also install CTPP from ports:
cd /usr/ports/textproc/ctpp
make install clean
Copyright © 2003 - 2010 CTPP Dev. Team | http://ctpp.havoc.ru