Changes between Initial Version and Version 1 of ASAPUbuntuInstall


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ASAPUbuntuInstall

    v1 v1  
     1= Installing ASAP on Ubuntu (dapper) =
     2
     3
     4{{{
     5
     6}}}
     7
     8== ASAP package requirements ==
     9
     10Before the asap binary can be installed you must have the following packages installed
     11
     12libg2c0
     13libgcc1
     14python2.4
     15refblas3
     16libstdc++6
     17libboost-python1.33.1
     18libc6-i686
     19libcfitsio2
     20lapack3
     21python2.4-numarray
     22python2.4-numarray-ext
     23python-setuptools
     24
     25The version of Matplotlib in ubuntu is outdated. You can use a more recent version by installing it from a python egg.
     26http://www.atnf.csiro.au/pub/software/asap/matplotlib/matplotlib-0.87.3-py2.4-linux-i686.egg
     27
     28{{{
     29sudo easy_install matplotlib-0.87.3-py2.4-linux-i686.egg
     30}}}
     31