= Installing ASAP on Ubuntu (dapper) = {{{ }}} == ASAP package requirements == Before the asap binary can be installed you must have the following packages installed libg2c0 libgcc1 python2.4 ipython refblas3 libstdc++6 libboost-python1.33.1 libc6-i686 libcfitsio2 lapack3 python-numarray python-numarray-ext python-setuptools python-tk python-gtk2 The version of Matplotlib in ubuntu is outdated. You can use a more recent version by installing it from a python egg. http://www.atnf.csiro.au/pub/software/asap/matplotlib/matplotlib-0.87.3-py2.4-linux-i686.egg {{{ sudo easy_install matplotlib-0.87.3-py2.4-linux-i686.egg }}} == Installation == Get http://www.atnf.csiro.au/pub/software/asap/2.2/asap-2.2.0-ubuntu.tar.bz2 {{{ tar jxf asap-2.2.0-ubuntu.tar.bz2 cd asap-2.2.0-ubuntu sudo ./install sudo asap_update_data }}} == Source Installation Package Requirements == If you plan on compiling ASAP from source you will also need the following packages installed === CASA === g++ make bison flex libcfitsio-dev === ASAP === scons libboost-dev libboost-python-dev lapack3-dev