Changes between Version 9 and Version 10 of ASAPSourceInstall


Ignore:
Timestamp:
07/18/06 15:24:44 (18 years ago)
Author:
Chris Phillips
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ASAPSourceInstall

    v9 v10  
    1717}}}
    1818
    19 Depending on whether you use (t)csh
     19  Depending on whether you use (t)csh
    2020{{{
    2121   source aipsinit.csh
     
    3232}}}
    3333
    34 Check Makefile and src/Makefile define library paths correctly for your system, specifically cfitsio.
    35 Remove -pedantic from CXXFLAGS if using gcc >= 3.4
     34  Check Makefile and src/Makefile define library paths correctly for your system, specifically cfitsio.
     35  Remove -pedantic from CXXFLAGS if using gcc >= 3.4
    3636
    3737{{{
     
    4040  Check if the module works. If the following statement returns without a message, all is good!
    4141{{{
    42   cd src; python -c "import _asap"; cd ..
     42  cd tmp; python -c "import _asap"; cd <original directory>
    4343}}}
    4444  Install it to the default location:
    4545{{{
     46   su
    4647   make install
    4748}}}
     
    5051  Download [http://www.atnf.csiro.au/pub/software/asap/asap_data.tar.bz2 asap_data]
    5152{{{
    52    cd /usr/local/share/asap
     53   su
     54   cd /usr/share/asap
    5355   tar jxvf <download_directory>/asap_data.tar.bz2
    5456}}}
     
    5658Now you can test it by executing:
    5759{{{
    58 asap
     60   asap
    5961}}}
    6062