Changes between Version 17 and Version 18 of ASAPUbuntuInstall
- Timestamp:
- 09/23/11 14:57:45 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ASAPUbuntuInstall
v17 v18 1 = Installing ASAP on Ubuntu (1 0.10 64bit) =1 = Installing ASAP on Ubuntu (11.04 32 bit) = 2 2 3 3 … … 7 7 8 8 {{{ 9 sudo apt-get install libstdc++6 libboost-python libgfortran\10 libblas3gf liblapack3gf libcfitsio3 python- tk python-matplotlib python-matplotlib-dataipython9 sudo apt-get install libstdc++6 libboost-python1.42.0 libgfortran python-setuptools \ 10 libblas3gf liblapack3gf libcfitsio3 python-matplotlib ipython 11 11 }}} 12 12 13 13 == Installation == 14 14 15 16 15 {{{ 16 wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/ubuntu/11.04/asap_3.1.0_i386.deb 17 sudo dpkg -i asap_3.1.0_i386.deb 18 asap # exit with Ctrl-D 19 sudo asap_update_data 17 20 }}} 18 21