Changes between Version 13 and Version 14 of ASAPUbuntuInstall


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ASAPUbuntuInstall

    v13 v14  
    1 = Installing ASAP on Ubuntu (dapper) =
     1= Installing ASAP on Ubuntu (8.10) =
    22
    3 
    4 {{{
    5 
    6 }}}
    73
    84== ASAP package requirements ==
     
    106Before the asap binary can be installed you must have the following packages installed
    117
    12 libg2c0
    13 libgcc1
    14 python2.4
    15 ipython
    16 refblas3
    17 libstdc++6
    18 libboost-python1.33.1
    19 libc6-i686
    20 libcfitsio2
    21 lapack3
    22 python-numarray
    23 python-numarray-ext
    24 python-setuptools
    25 python-tk
    26 python-gtk2
    27 
    28 The version of Matplotlib in ubuntu is outdated. You can use a more recent version by installing it from a python egg.
    29 ftp://ftp.atnf.csiro.au/pub/software/asap/matplotlib/matplotlib-0.87.3-py2.4-linux-i686.egg
    30 
    318{{{
    32 sudo easy_install matplotlib-0.87.3-py2.4-linux-i686.egg
     9sudo apt-get install libstdc++6 libboost-python1.34.1 libgfortran3 libblas3gf liblapack3gf libcfitsio3 python-tk python-matplotlib python-matplotlib-data ipython
    3310}}}
    34 
    3511
    3612== Installation ==
    3713
    38 Get ftp://ftp.atnf.csiro.au/pub/software/asap/2.2/asap-2.2.0-ubuntu-dapper.tar.bz2
    3914
    4015{{{
    41    tar jxf asap-2.2.0-ubuntu-dapper.tar.bz2
    42    cd asap-2.2.0-ubuntu-dapper
     16   wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/asap-2.3.0-ubuntu-8.10.tar.bz2
     17   tar jxf asap-2.3.0-ubuntu-8.10.tar.bz2
     18   cd asap-2.3.0-ubuntu-8.10
    4319   sudo ./install
    4420   sudo asap_update_data
    4521}}}
    4622
    47 == Source Installation Package Requirements ==
    48 
    49 If you plan on compiling ASAP from source you will also need the following packages installed
    50 
    51 === CASA ===
    52 
    53 g++ make bison flex libcfitsio-dev
    54 
    55 === ASAP ===
    56 
    57 scons
    58 libboost-dev
    59 libboost-python-dev
    60 lapack3-dev