- Timestamp:
- 08/24/06 11:45:27 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/README
r770 r1181 1 This is a linuxbinary distribution of asap.1 This is a binary distribution of asap. 2 2 3 3 To be able to run the following additional packages need to be installed. 4 4 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 8 9 * lapack 9 10 * blas 10 11 * g2c 11 * matplotlib (>0.73) 12 * ipython 12 * matplotlib 13 * numpy or numarray 14 * ipython 13 15 14 16 INSTALL … … 16 18 17 19 To install simply run (as root or 'sudo') 18 ./bin/install.sh 19 which will install asap into /usr/local 20 21 ./install 22 23 which will install asap into the default location. 24 To do a customised install run 25 26 ./install -h 27 28 for help. 20 29 21 30 … … 24 33 25 34 simply type 26 asap 27 at the prompt 35 36 asap 37 38 at the prompt (if you use tcsh you might need to run 'rehash' first)
Note:
See TracChangeset
for help on using the changeset viewer.