Changes between Version 9 and Version 10 of ASAPFedoraInstall
- Timestamp:
- 06/27/06 11:59:43 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ASAPFedoraInstall
v9 v10 56 56 Check if the module works. If the following statement returns without a message, all is good! 57 57 {{{ 58 python -c "import _asap"58 cd src; python -c "import _asap"; cd .. 59 59 }}} 60 Install it to the default location 60 Install it to the default location: 61 61 {{{ 62 62 make install … … 67 67 tar jxvf <download_directory>/asap_data.tar.bz2 68 68 }}} 69 Now you can test it. 69 Now you can test it by executing: 70 {{{ 71 asap 72 }}} 70 73