Changes between Version 5 and Version 6 of ASAPFedora5Install
- Timestamp:
- 08/29/06 11:54:07 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ASAPFedora5Install
v5 v6 1 This is for installing the latest and greatest asap (trunk)1 This is for installing on Fedora Core 5 2 2 3 3 {{{ … … 6 6 For standard fedora 7 7 {{{ 8 wget http://www.atnf.csiro.au/pub/software/asap/ asap2.1a_fc5.tar.bz28 wget http://www.atnf.csiro.au/pub/software/asap/current/asap-fc5.tar.bz2 9 9 }}} 10 10 for 64bit fedora 11 11 {{{ 12 wget http://www.atnf.csiro.au/pub/software/asap/ asap2.1a_fc5_x86_64.tar.bz212 wget http://www.atnf.csiro.au/pub/software/asap/current/asap-fc5-x86_64.tar.bz2 13 13 }}} 14 14 15 as root16 15 {{{ 17 cd / && tar jxf <where_I_downloaded_it_to>/asap2.1a_fc5.tar.bz2 16 tar jxf asap-fc5.tar.bz2 17 cd asap-x.y.z-fc5 18 su 19 ./install 18 20 }}} 19 21 or 20 22 {{{ 21 cd / && tar jxf <where_I_downloaded_it_to>/asap2.1a_fc5_x86_64.tar.bz2 23 tar jxf asap-fc5.tar.bz2 24 cd asap-x.y.z-fc5 25 su 26 ./install 22 27 }}} 23 28