= Installing ASAP on OpenSuSE (11.1) = == ASAP package requirements == Before the asap binary can be installed you must have the following packages installed {{{ zypper install libstdc++43 libgfortran43 libcfitsio0 libboost_python1_36_0 liblapack3 libblas3 IPython }}} You will also need to get rpms for {{{matplotlib and numpy}}} == Installation == {{{ wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/asap-2.3.0-opensuse11.1.tar.bz2 tar jxf asap-2.3.0-opensuse11.1.tar.bz2 cd asap-2.3.0-opensuse11.1 sudo ./install sudo asap_update_data }}}