Changeset 1757 for branches/alma/INSTALL
- Timestamp:
- 06/09/10 19:03:06 (15 years ago)
- Location:
- branches/alma
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma
-
Property svn:ignore
set to
.sconf_temp
.sconsign.dblite
-
Property svn:mergeinfo
set to
/branches/asap-3.x merged eligible
-
Property svn:ignore
set to
-
branches/alma/INSTALL
r1194 r1757 2 2 ============ 3 3 4 * scons 4 * scons >= 1.1 5 * rpfits >= 2.19 6 * cfitso >= 2 7 * python >= 2.4 8 * boost >= 1.37 9 * casacore >= 1.0 5 10 6 11 Installation … … 8 13 9 14 scons has several targets. It is recommended to execute them sequentially. 10 The normal install procedure is as follows: 11 . <path_to_casa_asap>/aipsinit.sh 15 The normal install procedure is as follows 16 .. code:: 17 12 18 scons 13 # Do this if you haven't got a data directory already19 # Do this if you haven't got a measures data directory already 14 20 export ASAPDATA=. 15 21 ./bin/asap_update_data … … 20 26 Obtaining the data directory 21 27 ============================ 22 The data repository can be obtained seperately after installing ASAP. 23 Before you run asap for the first time simply run 28 29 The data repository can be obtained separately after installing ASAP. 30 Before you run asap for the first time simply run:: 31 24 32 asap_update_data 33 25 34 This will install the data repository into the correct location. 26 35 27 36 There are several ways to do this. 28 a) If you already hae the 'data' directory, copy it to the root directory and run the normal install procedure. 37 a) If you already have the 'data' directory, copy it to the root directory and run the normal install procedure:: 38 29 39 scons 30 40 scons install 31 41 32 42 b) You can obtain the data repository from the ftp site. 33 Simply run 43 Simply run:: 44 34 45 export ASAPDATA=. 35 46 ./bin/asap_update_data 47 36 48 This will retrieve and unpack the data directory. 37 After this run: 49 After this run:: 50 38 51 scons install 39 52 … … 41 54 ============================== 42 55 43 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' 56 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':: 44 57 45 58 scons makedist=sarge
Note:
See TracChangeset
for help on using the changeset viewer.