Changes between Version 1 and Version 2 of ASAPSargeInstall


Ignore:
Timestamp:
08/29/06 09:49:17 (18 years ago)
Author:
Chris Phillips
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ASAPSargeInstall

    v1 v2  
    55== Installing matlotlib ==
    66
    7 There is no matplotlib package available for Debian Sarge. To install matplot lib you need to have install the following packages (plus dependencies)
     7There is no matplotlib package available for Debian Sarge. To [wiki:ASAPMatplotlibInstall install matplotlib from source] you need to install the following packages (plus dependencies):
    88
    9 * python2.3-numarray
    10 
    11 * python2.3-dev
    12 
    13 * tix8.1-dev
    14 
    15 * tix8.1
     9 * python2.3-numarray python2.3-dev tix8.1-dev tix8.1
    1610
    1711Matplotlib can then be downloaded from http://sourceforge.net/projects/matplotlib
     
    2115Before the asap binary can be installed you must have the following packages installed
    2216
    23 * python2.3
     17 * python2.3 python2.3-ipython ipython-common python2.3-numarray libboost-python1.32.0 python-numarray-ext python2.3-tk
    2418
    25 * python2.3-ipython
     19If you are want to install asap from source you also need
    2620
    27 * ipython-common
     21 * scons lapack-dev blas-dev g++
    2822
    29 * python2.3-numarray
    30 
    31 * libboost-python1.32.0
    32 
    33 * python-numarray-ext
    34 
    35 * python2.3-tk
    36