Changes between Version 8 and Version 9 of ASAPSourceInstall


Ignore:
Timestamp:
07/18/06 14:47:53 (18 years ago)
Author:
Chris Phillips
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ASAPSourceInstall

    v8 v9  
    2929  Download [http://www.atnf.csiro.au/pub/software/asap/asap_src.tar.bz2 asap_src]
    3030{{{
    31    tar jxvf asap_src.tar.bz2; cd asap
    32       (check Makefile and src/Makefile define library paths correctly for your system,
    33        specifically cfitsio)
     31   tar jxvf asap_src.tar.bz2; cd asap2.0
     32}}}
     33
     34Check Makefile and src/Makefile define library paths correctly for your system, specifically cfitsio.
     35Remove -pedantic from CXXFLAGS if using gcc >= 3.4
     36
     37{{{
    3438   make
    3539}}}