SRT with Linux


You can now download a Linux version of the SRT control software using these instructions. The Linux SRT bundle can be downloaded by clicking on the bar below.

Download the Linux SRT Install file


Download Insructions
1 ] Create a directory in your user area - It can have any name you wish.

2 ] cd to this new directory.

3 ] Retrieve the srtlinux.tgz file from the above download tab.

4 ] When you have retrieved the srtlinux.tgz file, type: tar -xvzf srtlinux.tgz
This will create a new directory called IBMJava2-142.

5 ] cd to directory IBMJava2-142.

6 ] The program is already complied but you may re-compile by typing: ./bin/javac *.java

7 ] You should now be able to run the SRT Simulator by typing: ./bin/java srt 1 1

8 ] the SRT program should now be able to run under the root login. If you wish (or need) to run as a user, you will need to ask your system administrator to add your username to the uucp group in the etc/group file.

9 ] If you wish to put the code in different directories, you will need to have PATH and CLASSPATH set to point at the IBMJava2-142/bin/java and the srt *.class files respectively