Changes between Version 8 and Version 9 of ASAPSourceInstall
- Timestamp:
- 07/18/06 14:47:53 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified ASAPSourceInstall
v8 v9 29 29 Download [http://www.atnf.csiro.au/pub/software/asap/asap_src.tar.bz2 asap_src] 30 30 {{{ 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 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 36 37 {{{ 34 38 make 35 39 }}}