= Installing ASAP on Ubuntu = This applies for most ubuntu installations. Look in the ftp area ftp://ftp.atnf.csiro.au/pub/software/asap/current for version specific binaries This is an example for ubuntu 11.04 (32bit) == 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.42.0 libgfortran python-setuptools \ libblas3gf liblapack3gf libcfitsio3 python-matplotlib ipython }}} == Installation == {{{ wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/ubuntu/11.04/asap_4.0.0_i386.deb sudo dpkg -i asap_4.0.0_i386.deb asap # exit with Ctrl-D sudo asap_update_data }}}