Changes between Initial Version and Version 1 of ASAPFedora5Install


Ignore:
Timestamp:
07/28/06 12:28:35 (18 years ago)
Author:
Malte Marquarding
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ASAPFedora5Install

    v1 v1  
     1This is for installing the latest and greatest asap (trunk)
     2
     3{{{
     4yum install cfitsio libstdc++ compat-libf2c-32 boost python-matplotlib-tk python-numarray lapack blas
     5
     6wget http://www.atnf.csiro.au/pub/software/asap/asap2.1a_fc5.tar.bz2
     7
     8as root
     9
     10cd / && tar jxf <where_I_downloaded_it_to>/asap2.1a_fc5.tar.bz2
     11
     12}}}
     13