ARIA - installation notes


After downloading aria1.1.tar.gz follow the following instructions:

1. use 'gunzip' and 'tar xvf' on aria1.1.tar.gz

2. download and install python from:
   http://www.python.org

3. download the Numeric Python module:
   http://sourceforge.net/projects/numpy/
   (download Numeric, not the numpy files)

4. copy the fortran files from aria1.1/cns1.1 to the source
   directory of your CNS 1.1 installation (/cns_solve_1.1/source)

5. recompile CNS (read the CNS Readme for more details)

6. edit your .cshrc file (or whatever shell you are using) like this:

    # in .cshrc:
    setenv PYTHONPATH /home/linge/aria1.1:$PYTHONPATH
    alias aria '/usr/local/cns_solve_1.1/intel-i686-linux_g77/bin/cns'

    # in .bashrc:
    setenv PYTHONPATH=/home/linge/aria1.1:$PYTHONPATH
    alias aria='/usr/local/cns_solve_1.1/intel-i686-linux_g77/bin/cns'

7. have a look on /aria1.1/html/index.html in your browser. There, you can find
   more documentation and links to the ARIA homepage and the newsgroup.

