Brief installation instructions for QRNA 2.0.3d
FEB 2006
------------------------------------------

Source distribution (qrna-2.0.3d.tar.gz):

    setenv QRNADB  (HOME)/qrna-2.0.3d/lib  assign a location for the libraries.

    tar zxf qrna-2.0.3d.tar.gz       Unpacks the archive. (makes a new directory, qrna-2.0.3d).
    cd qrna-2.0.3d                   Moves into the distribution toplevel directory.
    cd squid                         Moves into the directory squid.
    make                             Builds the binaries for the squid library. 
    cd squid02                       Moves into the directory squid02.
    make                             Builds the binaries for the squid02 library. 
    cd ..                            Goes back to toplevel directory.
    cd src                           Moves into the source directory.
    make                             Builds the binaries. 
 

It should build cleanly on just about any UNIX machine.

