Last change
on this file since 2493 was 2484, checked in by Malte Marquarding, 13 years ago |
Updated install instructions
|
File size:
1.1 KB
|
Rev | Line | |
---|
[1194] | 1 | Requirements
|
---|
| 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 |
|
---|
| 11 | Installation
|
---|
| 12 | ============
|
---|
| 13 |
|
---|
| 14 | scons has several targets. It is recommended to execute them sequentially.
|
---|
[1436] | 15 | The 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 |
|
---|
| 24 | Obtaining the data directory
|
---|
| 25 | ============================
|
---|
[1436] | 26 |
|
---|
[1404] | 27 | The data repository can be obtained separately after installing ASAP.
|
---|
[1436] | 28 | Before you run asap for the first time simply run::
|
---|
| 29 |
|
---|
[1194] | 30 | asap_update_data
|
---|
[1436] | 31 |
|
---|
[1194] | 32 | This will install the data repository into the correct location.
|
---|
| 33 |
|
---|
| 34 | Creating a binary distribution
|
---|
| 35 | ==============================
|
---|
| 36 |
|
---|
[1436] | 37 | after 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] | 41 | This 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.