source: trunk/doc/README @ 1217

Last change on this file since 1217 was 1181, checked in by mar637, 18 years ago

finishing touches to making scons makedist=xyz work

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 502 bytes
RevLine 
[1181]1This is a binary distribution of asap.
[732]2
3To be able to run the following additional packages need to be installed.
4
[1181]5* gcc/g++
6* python
7* boost_python
8* cfitsio
[732]9* lapack
10* blas
11* g2c
[1181]12* matplotlib
13* numpy or numarray
14* ipython
[732]15
16INSTALL
17=======
18
[770]19To install simply run (as root or 'sudo')
[732]20
[1181]21./install
[732]22
[1181]23which will install asap into the default location.
24To do a customised install run
25
26./install -h
27
28for help.
29
30
[732]31RUN
32===
33
34simply type
[1181]35
36asap
37
38at the prompt (if you use tcsh you might need to run 'rehash' first)
Note: See TracBrowser for help on using the repository browser.