Installation
Follow this steps to create a local version of the CPSP:
- download and unzip the CPSP source package distribution
- run "./configure --help" to get an overview of further possible parameters
- run "./configure" with your desired parameters to generate the Makefiles
- "make" to generate the library
- "make test" to test if everything works fine
- if so run "make install" to install the headers, libraries and tools
- "make doc" to generate the html documentation (if selected during the configure call)
- "make doxygen-doc" to generate the whole documentation
See the file INSTALL in the package root path for further informations.