= Installing ASAP on Ubuntu (8.10) = == ASAP package requirements == Before the asap binary can be installed you must have the following packages installed {{{ sudo apt-get install libstdc++6 libboost-python1.34.1 libgfortran3 \ libblas3gf liblapack3gf libcfitsio3 python-tk python-matplotlib python-matplotlib-data ipython }}} == Installation == {{{ wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/asap-2.3.0-ubuntu-8.10.tar.bz2 tar jxf asap-2.3.0-ubuntu-8.10.tar.bz2 cd asap-2.3.0-ubuntu-8.10 sudo ./install sudo asap_update_data }}}