UACalc, A Universal Algebra Calculator
Setup Instructions
General Setup
This program should work under Windows, Linux, and Macs with OS X.
I use Linux so the instructions below are command line oriented.
They should work fine under OS X. For Windows you can use the command
window but there may be better options (please let me know).
- Get Java 6.
Mac owner may have to wait.
- Get cvs and ant for your OS. Use google to find out how to
get and install these. (cvs and ant are included with linux but you
may need an updated version of ant.)
- Make a directory: for example UACalc, and change into it.
- Get the UACalc source code from sourceforge using anonymous
cvs. Do
cvs -d:pserver:anonymous@uacalc.cvs.sourceforge.net:/cvsroot/uacalc login
Just hit return for the password and ignore the funny error messages you get.
Then do
cvs -z3 -d:pserver:anonymous@uacalc.cvs.sourceforge.net:/cvsroot/uacalc co -P uacalcsrc
Compiling
- Change into the uacalcsrc directory and issue the command
ant.
Updating
- Change into the uacalcsrc directory and issue the command
cvs update.
Rest coming soon.