libcgp

This is just a temporary homepage. Please see the sourceforge summary page for this project.

Build instructions

Released package

Download the latest release from the project page.
$ tar xvzf libcgp-x.x.x.tar.gz
$ cd libcgp-x.x.x
$ ./configure
$ make 
$ make install

Subversion

To check out and build from the subversion repository:
$ svn co https://svn.sourceforge.net/svnroot/libcgp/trunk libcgp
$ cd libcgp
$ ./bootstrap.sh
$ ./configure
$ make 
$ make install

Hosted by:
SourceForge.net Logo

Jens-Petter Sandvik (jenspets at users dot sourceforge dot net)