AcGrace Version 5.1.19B
Earlier versions of AcGrace and Xmgr5 can be downloaded from here.
Please note that this is the final legacy version of AcGrace. This software has been superceded by AptPlot and the ACS Plugin. This version includes the following changes:
- Added support for parsing TRACE Variables that do not end in the "-num" syntax.
- Changed TRAC labels in menu items and dialogs to TRACE.
- Fixed the Edit->Variables... dialog to ensure it updates with changes to the variable list.
Pre-built versions are available for the following platforms:
INTEL Windows 95/98/NT/2000/XP
INTEL 32-Bit Linux (Redhat 7.3)
OPTERON 64-Bit Linux (SUSE 9.3)
MAC OSX 10.4 (TIGER)
To install the pre-built versions on UNIX platforms, just gunzip and un-tar the file to the desired installation directory (/usr/local) and then add the {install_dir}/acgrace/bin directory to your path variable. If the pre-built version is installed in a directory other than /usr/local/acgrace, set the environmental variable GRACE_HOME to the installation directory. For example, if the file is un-tar'd to /opt, under ksh add the command "export GRACE_HOME=/opt/acgrace" to your .profile.
The following abbreviated instructions can be used to build the code from source on a UNIX platform:
- First gunzip and un-tar the acgrace-5.1.19B.tar.gz file. This will create an acgrace-5.1.19B directory.
- Change to the acgrace-5.1.19B directory and run ./configure
- Run "make". This should build AcGrace and the associated utilities.
- Run "make install" this will place the executables and documentation in /usr/local/acgrace. The destination can be easily changed by providing arguments to the configure script.
