Changeset 1181 for trunk/doc


Ignore:
Timestamp:
08/24/06 11:45:27 (18 years ago)
Author:
mar637
Message:

finishing touches to making scons makedist=xyz work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/README

    r770 r1181  
    1 This is a linux binary distribution of asap.
     1This is a binary distribution of asap.
    22
    33To be able to run the following additional packages need to be installed.
    44
    5 * gcc-3.3, g++-3.3
    6 * python2.3
    7 * boost_python (1.32)
     5* gcc/g++
     6* python
     7* boost_python
     8* cfitsio
    89* lapack
    910* blas
    1011* g2c
    11 * matplotlib (>0.73)
    12 * ipython
     12* matplotlib
     13* numpy or numarray
     14* ipython
    1315
    1416INSTALL
     
    1618
    1719To install simply run (as root or 'sudo')
    18   ./bin/install.sh
    19 which will install asap into /usr/local
     20
     21./install
     22
     23which will install asap into the default location.
     24To do a customised install run
     25
     26./install -h
     27
     28for help.
    2029
    2130
     
    2433
    2534simply type
    26  asap
    27 at the prompt
     35
     36asap
     37
     38at the prompt (if you use tcsh you might need to run 'rehash' first)
Note: See TracChangeset for help on using the changeset viewer.