| | 1 | = Installing ASAP on Debian Sarge = |
| | 2 | |
| | 3 | Debian Sarge is the main testing and development system for ASAP. It should be relatively easy to get the binary to work. |
| | 4 | |
| | 5 | == Installing matlotlib == |
| | 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) |
| | 8 | |
| | 9 | * python2.3-numarray |
| | 10 | |
| | 11 | * python2.3-dev |
| | 12 | |
| | 13 | * tix8.1-dev |
| | 14 | |
| | 15 | * tix8.1 |
| | 16 | |
| | 17 | Matplotlib can then be downloaded from http://sourceforge.net/projects/matplotlib |
| | 18 | |
| | 19 | == ASAP package requirements == |
| | 20 | |
| | 21 | Before the asap binary can be installed you must have the following packages installed |
| | 22 | |
| | 23 | * python2.3 |
| | 24 | |
| | 25 | * python2.3-ipython |
| | 26 | |
| | 27 | * ipython-common |
| | 28 | |
| | 29 | * python2.3-numarray |
| | 30 | |
| | 31 | * libboost-python1.32.0 |
| | 32 | |
| | 33 | * python-numarray-ext |
| | 34 | |
| | 35 | * python2.3-tk |
| | 36 | |