Running the Command Line Client
To check out and run the latest CITEP kernel and command line client, you will need CVS, a Java SDK, and the ant build tool (this dependency to be removed later).
If you are not a developer on the CITEP project and wish to checkout the code anonymously, run the following commands:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/citep login cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/citep co -P citep-gl-kernel
If you are a developer on the CITEP project and wish to checkout the code with read and write perimissions, run the following commands:
cvs -dmbone@cvs.sf.net:/cvsroot/citep co citep-gl-kernel
To build the CITEP project:
cd citep-gl-kernel ant dist
To run the new command line client (which should have less bugs but is still under active development and may not be feature-complete):
cd dist ./new_commandlineclient.sh
To run the old command line client:
cd dist ./commandlineclient.sh

