<html>
I've compiled the latest release versions of <i>vic </i>and <i>rat
</i>for Linux and packaged them as RPMs. Also available are RPMs for the
session directory tool <i>sdr </i>and the UCL network text editor
<i>nte</i>. These are available at the AG software download page:<br>
<br>
<a href="http://www-fp.mcs.anl.gov/fl/accessgrid/softdownload.htm#linux" eudora="autourl">http://www-fp.mcs.anl.gov/fl/accessgrid/softdownload.htm#linux</a><br>
<br>
You can also directly install them via the following shell script:<br>
<br>
#!/bin/sh<br>
<br>
base=&quot;<a href="http://www-unix.mcs.anl.gov/~olson/AG/Software/Linux/RPMS" eudora="autourl">http://www-unix.mcs.anl.gov/~olson/AG/Software/Linux/RPMS</a>&quot;<br>
<br>
rpm -i $base/ucl-vic-2.8ucl4-1.i386.rpm<br>
rpm -i $base/ucl-rat-4.0.4-1.i386.rpm<br>
rpm -i $base/ucl-sdr-2.6.3-1.i386.rpm<br>
rpm -i $base/ucl-nte-1.7.0-1.i386.rpm<br>
<br>
The software will install into /usr/local/ag/bin. Note that I'm starting
to set up to install all the AG software under /usr/local/ag. It'll
probably reorganize a bit before we're done, but it'll have that
feel.<br>
<br>
--bob</html>