Changes between Version 38 and Version 39 of ASAPSourceInstall
- Timestamp:
- 09/02/09 15:33:28 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ASAPSourceInstall
v38 v39 35 35 {{{ 36 36 wget ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib.tar.gz 37 tar zxf wcslib.tar. gz38 cd wcslib-4. 3.237 tar zxf wcslib.tar.bz2 38 cd wcslib-4.4 39 39 ./configure 40 40 make 41 41 su 42 42 make install 43 # want to link statically, so remove sh red library43 # want to link statically, so remove shared library 44 44 rm -f /usr/local/lib/libwcs.so* 45 45 exit … … 64 64 65 65 {{{ 66 wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/asap2.3. 0-src.tar.bz267 tar zxf asap2.3. 0-src.tar.bz268 cd asap2.3. 066 wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/asap2.3.1-src.tar.bz2 67 tar zxf asap2.3.1-src.tar.bz2 68 cd asap2.3.1 69 69 scons 70 70 }}}