Changeset 1757 for branches/alma/INSTALL


Ignore:
Timestamp:
06/09/10 19:03:06 (14 years ago)
Author:
Kana Sugimoto
Message:

New Development: Yes

JIRA Issue: Yes (CAS-2211)

Ready for Test: Yes

Interface Changes: Yes

What Interface Changed: ASAP 3.0.0 interface changes

Test Programs:

Put in Release Notes: Yes

Module(s): all the CASA sd tools and tasks are affected.

Description: Merged ATNF-ASAP 3.0.0 developments to CASA (alma) branch.

Note you also need to update casa/code/atnf.


Location:
branches/alma
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/alma

  • branches/alma/INSTALL

    r1194 r1757  
    22============
    33
    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
    510
    611Installation
     
    813
    914scons 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
     15The normal install procedure is as follows
     16.. code::
     17
    1218   scons
    13    # Do this if you haven't got a data directory already
     19   # Do this if you haven't got a measures data directory already
    1420   export ASAPDATA=.
    1521   ./bin/asap_update_data
     
    2026Obtaining the data directory
    2127============================
    22 The data repository can be obtained seperately after installing ASAP.
    23 Before you run asap for the first time simply run
     28
     29The data repository can be obtained separately after installing ASAP.
     30Before you run asap for the first time simply run::
     31
    2432    asap_update_data
     33
    2534This will install the data repository into the correct location.
    2635
    2736There 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.
     37a) If you already have the 'data' directory, copy it to the root directory and run the normal install procedure::
     38
    2939   scons
    3040   scons install
    3141
    3242b) You can obtain the data repository from the ftp site.
    33    Simply run
     43   Simply run::
     44
    3445        export ASAPDATA=.
    3546        ./bin/asap_update_data
     47
    3648   This will retrieve and unpack the data directory.
    37    After this run:
     49   After this run::
     50
    3851        scons install
    3952
     
    4154==============================
    4255
    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'
     56after 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'::
    4457
    4558    scons makedist=sarge
Note: See TracChangeset for help on using the changeset viewer.