-
Notifications
You must be signed in to change notification settings - Fork 4
Get Started
yapkke edited this page Sep 13, 2010
·
3 revisions
Download the source from github
git clone http://github.com/ykk/JSC.git jsc
Download Jama and mysql-connector-java from MySQL.
Put the parent directory of jsc and the jars files into the CLASSPATH environment variable, e.g.
export CLASSPATH=$CLASSPATH:$HOME/simulations:$HOME/simulations/jars/Jama-1.0.2.jar::$HOME/simulations/jars/mysql-connector-java-3.1.14-bin.jar
Run make in the jsc directory.
To generate the documentation using javadoc, execute
make doc
in the jsc directory. The generated documentation will be found in the doc directory.