Changes between Version 1 and Version 2 of ASAPSargeInstall
- Timestamp:
- 08/29/06 09:49:17 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ASAPSargeInstall
v1 v2 5 5 == Installing matlotlib == 6 6 7 There is no matplotlib package available for Debian Sarge. To install matplot lib you need to have install the following packages (plus dependencies)7 There is no matplotlib package available for Debian Sarge. To [wiki:ASAPMatplotlibInstall install matplotlib from source] you need to install the following packages (plus dependencies): 8 8 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 16 10 17 11 Matplotlib can then be downloaded from http://sourceforge.net/projects/matplotlib … … 21 15 Before the asap binary can be installed you must have the following packages installed 22 16 23 * python2.3 17 * python2.3 python2.3-ipython ipython-common python2.3-numarray libboost-python1.32.0 python-numarray-ext python2.3-tk 24 18 25 * python2.3-ipython 19 If you are want to install asap from source you also need 26 20 27 * ipython-common 21 * scons lapack-dev blas-dev g++ 28 22 29 * python2.3-numarray30 31 * libboost-python1.32.032 33 * python-numarray-ext34 35 * python2.3-tk36