Changes between Version 9 and Version 10 of ASAPFedoraInstall


Ignore:
Timestamp:
06/27/06 11:59:43 (18 years ago)
Author:
Malte Marquarding
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ASAPFedoraInstall

    v9 v10  
    5656   Check if the module works. If the following statement returns without a message, all is good!
    5757{{{
    58    python -c "import _asap"
     58   cd src; python -c "import _asap"; cd ..
    5959}}}
    60    Install it to the default location
     60   Install it to the default location:
    6161{{{
    6262   make install
     
    6767   tar jxvf <download_directory>/asap_data.tar.bz2
    6868}}}
    69 Now you can test it.
     69Now you can test it by executing:
     70{{{
     71asap
     72}}}
    7073