Omath installation instructions
From Omath
You can get Tungsten running in a few different ways.
The java applet
Just use the online java applet, always running the latest (possibly broken) code from Subversion.
Command line java
Download omath.zip (or omath-src.zip the entire project tree, with sources and build tools), unzip it somewhere, then type java -jar omath.jar (you need to have a java 1.5 runtime!).
Check out the source tree from Subversion
You can also get a running copy of Tungsten by checking out the code from http://svn.omath.org/trunk/kernel/
The prerequisites are:
- a subversion client
- the ant build tool
- java version 1.5
If you have ant, the build.xml file will create a .jar file. Then type java -jar omath.jar, and you're set!
There are also instructions for working on Tungsten using Eclipse and the SVN plugin.
