| 1 | = Installing ASAP on OpenSuSE (11.1) = |
| 2 | |
| 3 | |
| 4 | == ASAP package requirements == |
| 5 | |
| 6 | Before the asap binary can be installed you must have the following packages installed |
| 7 | |
| 8 | {{{ |
| 9 | zypper install libstdc++43 libgfortran43 libcfitsio0 libboost_python1_36_0 liblapack3 libblas3 IPython |
| 10 | }}} |
| 11 | |
| 12 | You will also need to get rpms for {{{matplotlib and numpy}}} |
| 13 | |
| 14 | == Installation == |
| 15 | |
| 16 | |
| 17 | {{{ |
| 18 | wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/asap-2.3.0-opensuse11.1.tar.bz2 |
| 19 | tar jxf asap-2.3.0-opensuse11.1.tar.bz2 |
| 20 | cd asap-2.3.0-opensuse11.1 |
| 21 | sudo ./install |
| 22 | sudo asap_update_data |
| 23 | }}} |
| 24 | |