Changes between Version 7 and Version 8 of ASAPFedoraInstall
- Timestamp:
- 06/27/06 11:58:09 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ASAPFedoraInstall
v7 v8 50 50 51 51 * [http://www.atnf.csiro.au/pub/software/asap/asap_src.tar.bz2 asap_src] 52 52 {{{ 53 tar jxvf asap_src.tar.bz2; cd asap2.0 54 make 55 }}} 56 Check if the module works. If the following statement returns without a message, all is good! 57 {{{ 58 python -c "import _asap" 59 }}} 60 Install it to the default location 61 {{{ 62 make install 63 }}} 64 * [http://www.atnf.csiro.au/pub/software/asap/asap_data.tar.bz2 asap_data] 65 {{{ 66 cd /usr/local/share/asap 67 tar jxvf <download_directory>/asap_data.tar.bz2 68 }}} 69 Now you can test it. 70