Changes between Initial Version and Version 1 of ASAPSuSEInstall


Ignore:
Timestamp:
03/18/09 14:55:20 (15 years ago)
Author:
Malte Marquarding
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ASAPSuSEInstall

    v1 v1  
     1= Installing ASAP on OpenSuSE (11.1) =
     2
     3
     4== ASAP package requirements ==
     5
     6Before the asap binary can be installed you must have the following packages installed
     7
     8{{{
     9zypper install libstdc++43 libgfortran43 libcfitsio0 libboost_python1_36_0 liblapack3 libblas3 IPython
     10}}}
     11
     12You will also need to get rpms for {{{matplotlib and numpy}}}
     13
     14== Installation ==
     15
     16
     17{{{
     18   wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/asap-2.3.0-opensuse11.1.tar.bz2
     19   tar jxf asap-2.3.0-opensuse11.1.tar.bz2
     20   cd asap-2.3.0-opensuse11.1
     21   sudo ./install
     22   sudo asap_update_data
     23}}}
     24