= Installing ASAP on OpenSuSE (11.2 x86_64) = == ASAP package requirements == Before the asap binary can be installed you must have the following packages installed {{{ zypper install libboost_python.so.1.39.0 libgfortran44 libstdc++44 libblas3 libcfitsio0 liblapack3 python-numpy tk tcl python-tk IPython }}} You will also need to get rpms for matplolib. I have created a package [ftp://ftp.atnf.csiro.au/pub/software/asap/matplotlib/opensuse-11.2/matplotlib-0.99.1.1_r0-py2.6-linux-x86_64.egg here] Install it via {{{ rpm -i matplotlib-0.99.1.1_r0-py2.6-linux-x86_64.egg }}} == Installation == {{{ wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/asap-3.0.0-opensuse-11.2-x86_64.tar.bz2 tar jxf asap-3.0.0-opensuse-11.2-x86_64.tar.bz2 cd asap-3.0.0-opensuse-11.2-x86_64 sudo ./install #run asap as user once # exit with asap sudo asap_update_data }}}