README: LinCAT Follow these instructions to install LinCAT. (You need to log in as root or have root permissions for the login you are using.) 1. Untar the SUNWlxcp.tar file. 2. Run the install script, which identifies the OS and installs the relevant binaries. 3. The script by default installs LinCAT in the /opt/SUNWlxcp directory. If the user wants to install in some other directory (only for Linux), the path must be specified as an argument to the script. For example: ./install ...... installs in /opt/SUNWlxcp. ./install /home/usr/newlincat ....... where /home/usr/newlincat is the directory where the user wants to install LinCAT. 4. Then set the following environment variables as mentioned below: -Linux (5.x,6.x,7.3,8.0,9) export PATH=$PATH:/opt/SUNWlxcp/bin:/opt/SUNWlxcp/share export OLDWORLD_DATA_FILES=/opt/SUNWlxcp/share If LinCAT has been installed in a different path, set these environmental variables accordingly. Set the MANPATH variable if needed. -Solaris SPARC/x86 export PATH=$PATH:/opt/SUNWlxcp/bin:/opt/SUNWlxcp/share export OLDWORLD_DATA_FILES=/opt/SUNWlxcp/share export MANPATH=/usr/local/man:/usr/share/man/:/opt/SUNWlxcp/man 5. To use JScore, you need Java Virtual Machine (JVM) 1.2 and above to be installed (1.4.2 is recommended). The Java platform can be downloaded from http://java.sun.com/downloads. 6. Set the DISPLAY variable (if necessary) before running the JScore GUI.