Last change
on this file since 2490 was 2484, checked in by Malte Marquarding, 13 years ago |
Updated install instructions
|
File size:
1.1 KB
|
Line | |
---|
1 | Requirements
|
---|
2 | ============
|
---|
3 |
|
---|
4 | * scons >= 1.1
|
---|
5 | * rpfits >= 2.19
|
---|
6 | * cfitso >= 2
|
---|
7 | * python >= 2.4
|
---|
8 | * boost >= 1.37
|
---|
9 | * casacore >= 1.0
|
---|
10 |
|
---|
11 | Installation
|
---|
12 | ============
|
---|
13 |
|
---|
14 | scons has several targets. It is recommended to execute them sequentially.
|
---|
15 | The normal install procedure is as follows
|
---|
16 | .. code::
|
---|
17 |
|
---|
18 | scons
|
---|
19 | scons makedist=1
|
---|
20 | cd asap-4.1.0
|
---|
21 | python setup.py install
|
---|
22 | asap # exit with <Ctrl-D>
|
---|
23 |
|
---|
24 | Obtaining the data directory
|
---|
25 | ============================
|
---|
26 |
|
---|
27 | The data repository can be obtained separately after installing ASAP.
|
---|
28 | Before you run asap for the first time simply run::
|
---|
29 |
|
---|
30 | asap_update_data
|
---|
31 |
|
---|
32 | This will install the data repository into the correct location.
|
---|
33 |
|
---|
34 | Creating a binary distribution
|
---|
35 | ==============================
|
---|
36 |
|
---|
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'::
|
---|
38 |
|
---|
39 | python setup.py bdist_egg
|
---|
40 |
|
---|
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.