Table of Contents
Here the installation is described (together with some usage hints to test the installation). In case software is mentioned here in this chapter, then take for sure it's required. For more detailed information about third party software please consult the correspondent docs.
First of all you need XiStrat™ (tar -zxvf xistrat.tar.gz or use some other unpacking software).
Define an environment variable XISTRAT_HOME to point to your installation directory (for example by entering export XISTRAT_HOME = ... on UNIX™ and set XISTRAT_HOME = ... on Windows™).
In the next step the *.class files are created (here Java3D™ is needed in order to compile our Java™ sources, so install it now into your CLASSPATH).
You may use the Makefile by
make clean all. Instead (for example on Windows™) use your favourite IDE for compiling or do it simply step by step manually
javac -d ../classes org/xistrat/bean/*.javaand so on.