************ * IsoView2 * ************ Version: 2.0 RC 1 Original code base and guidance from John Shalf. Current development and maintence by Ian Wesley-Smith. See README for general information. See COPYRIGHT for copyright information. **************** * Dependencies * **************** o OpenGL Version 1.2 or greater http://www.opengl.org o TCPXX Available from cactuscode CVS cvs -d :pserver:cvs_anon@cvs.cactuscode.org:/packages login CVS password: anon cvs -d :pserver:cvs_anon@cvs.cactuscode.org:/packages co TCPXX o FLTK Version 1.1 http://www.fltk.org/documentation.php **************** * Installation * **************** 1. Get the IsoView source (either from CVS or tar balls) 2. Untar the package and enter the IsoView directory tar -xfz IsoView2-RC1.tar.gz 3. Alter the make file, changing the second line to match your TCPXX installation. TCPXX = /home/bob/TCPXX 4. If you did NOT install fltk to its normal place, or it is not in your path, you will need to edit the makefile some more. 5. At this point, if everything is setup correctly, and the code gods smile, then all you should need to do is 'make' 6. You may see some errors regarding deprecated functions, ignore these 7. You should have a nice, shiny new IsoView2 binary wating for you in the build directory. Start the simulation *FIRST*, then start up IsoView2 and enjoy :-) ********** * Errata * ********** None yet.