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