Binary Distribution
These are pre-compiled versions that contains the necessary files and
resources to run the software.
Last update: 04/30/2013
- Universal JAR: runs on Linux, OS X, and Windows using command line
- OS X App: runs on Mac OS X only
- Windows EXE 64-bit: runs on Windows 64-bit only
- Windows EXE 32-bit: runs on Windows 32-bit only
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.
$ ant