<ctpp/> home .:. download .:. documentation .:. faq  
o Home
    Download!
    Installation

o Help
    What is the CTPP library?
    How it works?
    Online documentation
    FAQ

o In action
    Projects
    First steps
    HOWTOs..
    Development

o In deveopment
    Schedule
    Credits




Installing CTPP2 on RPM-based Linuxes

For RPM-based Linux distributions (SuSe, RedHat ...) available RPM and SRPM packages.

Note: this example was tested using CentOS 5.2, but it should also work with other RPM-based distributions (e.g. Fedora, SuSE).

All you need is download and install prepackaged library:

wget http://ctpp.havoc.ru/download/binaries/Linux/CentOS/5.2/ctpp2-2.3.10-0.i386.rpm
wget http://ctpp.havoc.ru/download/binaries/Linux/CentOS/5.2/ctpp2-devel-2.3.10-0.i386.rpm
rpm -U ctpp2-2.3.10-0.i386.rpm
rpm -U ctpp2-devel-2.3.10-0.i386.rpm
You may also build RPMs for your favorite Linux distribution:
cd /usr/src/redhat/SRPMS
wget http://ctpp.havoc.ru/download/binaries/Linux/CentOS/5.2/ctpp2-2.3.10-0.src.rpm
rpm -i ctpp2-2.3.10-0.src.rpm
cd /usr/src/redhat/SPECS
rpmbuild -ba ctpp2.spec
cd /usr/src/redhat/RPMS/i386
rpm -U ctpp2-2.3.10-0.i386.rpm
rpm -U ctpp2-devel-2.3.10-0.i386.rpm
See also:


Copyright © 2003 - 2008 CTPP Dev Team.