Build Instructions
The CT++ source is available in the source distribution.
Download and install the CT++ source distribution ctpp-1.7.5.tar.gz by extracting the files from the compressed archive.
Change current directory to ctpp-1.7.5 and run "./configure" script.
wget http://reki.ru/products/ctpp/download/ctpp-1.7.5.tar.gz
tar -xvzf ctpp-1.7.5.tar.gz
cd ctpp-1.7.5
./configure
make
make install
(for BSD-like operating systems - gmake)
Under FreeBSD you can also install CTPP from ports:
cd /usr/ports/textproc/ctpp
make install clean
For RPM-based Linux'es (SuSe, RedHat...) you can download RPM and Source RPM.
Building from Source RPM (example for Linux RedHat 8.0):
cd /usr/src/redhat/SRPMS
wget http://reki.ru/products/ctpp/download/ctpp-1.7.5.src.rpm
rpm -i ctpp-1.7.5.src.rpm
cd /usr/src/redhat/SPECS
rpmbuild -bb ctpp.spec
cd /usr/src/redhat/RPMS/i386
rpm -U ctpp-1.7.5-1.i386.rpm
For Gentoo Linux:
wget http://reki.ru/products/ctpp/download/Linux/gentoo/ctpp-1.7.5.ebuild
ebuild ctpp-1.7.5.ebuild digest
emerge ctpp-1.7.5.ebuild
Copyright © 2003 - 2005 CTPP Dev. Team | http://reki.ru/products/ctpp