Binary Distribution

These are pre-compiled versions that contains the necessary files and resources to run the software.

Last update: 04/30/2013


Source Distribution

To compile from source, you must have the following tools:

From the terminal or shell, clone the repository that contains the source files:
$ git clone --recursive git://github.com/jstoecker/cspace.git
Enter the root cspace directory ant compile it:
$ cd cspace
$ ant
Once this completes, you will have a bin directory that contains cspace.jar and a lib subdirectory. Read the documentation to learn how to execute the program.