source: trunk/INSTALL @ 2484

Last change on this file since 2484 was 2484, checked in by Malte Marquarding, 12 years ago

Updated install instructions

File size: 1.1 KB
RevLine 
[1194]1Requirements
2============
3
[1463]4* scons >= 1.1
5* rpfits >= 2.19
6* cfitso >= 2
[1741]7* python >= 2.4
8* boost >= 1.37
9* casacore >= 1.0
[1194]10
11Installation
12============
13
14scons has several targets. It is recommended to execute them sequentially.
[1436]15The normal install procedure is as follows
16.. code::
17
[1194]18   scons
[2484]19   scons makedist=1
20   cd asap-4.1.0
21   python setup.py install
22   asap # exit with <Ctrl-D>
[1194]23
24Obtaining the data directory
25============================
[1436]26
[1404]27The data repository can be obtained separately after installing ASAP.
[1436]28Before you run asap for the first time simply run::
29
[1194]30    asap_update_data
[1436]31
[1194]32This will install the data repository into the correct location.
33
34Creating a binary distribution
35==============================
36
[1436]37after building using 'scons', you can create a compressed tarball of the binaries. This is done via the target 'makedist='. The argument should be an obvious identifier for the system you want to support, e.g. 'sarge' or 'fc5-x86_64'::
[1194]38
[2484]39    python setup.py bdist_egg
[1194]40
[2484]41This will create an archive in the subdirectory 'dist' named 'asap-X.Y.Z-py2.Negg', where X,Y,Z are the version numbers e.g 4.1.0.
Note: See TracBrowser for help on using the repository browser.