= Installing ASAP on Fedora = The supplied asap binary for does not work on Fedora Core 3 (and is unlikely to run on other flavors of Fedora). A Fedora binary version is being worked on. When this is available you will need to install matplotlib from source (http://sourceforge.net/projects/matplotlib) and have the following packages installed: * cfitsio * blas * lapack * python * boost * tkinter * libf2c The following packages are needed from the "dag" repository * python-numarray * ipython = From source = * [http://www.atnf.csiro.au/pub/software/rpfits/rpfits-2.9.tar.gz rpfits-2.9] {{{ tar zxvf rpfits-2.9.tar.gz; cd rpfits/linux make cp librpfits.a /usr/local/lib/ cp ../code/{RPFITS.h,rpfits.inc} /usr/local/include }}} * [http://www.atnf.csiro.au/pub/software/asap/casa_asap.tar.bz2 casa_asap] {{{ tar jxvf casa_asap.tar.bz2; cd casa_asap sh build.sh }}}