Changes between Version 46 and Version 47 of ASAPSourceInstall
- Timestamp:
- 10/20/11 16:26:08 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ASAPSourceInstall
v46 v47 54 54 55 55 {{{ 56 wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/asap- 3.1.0-src.tar.bz257 tar zxf asap- 3.1.0-src.tar.bz258 cd asap- 3.1.056 wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/asap-4.0.0-src.tar.bz2 57 tar zxf asap-4.0.0-src.tar.bz2 58 cd asap-4.0.0 59 59 scons 60 60 }}} … … 67 67 }}} 68 68 69 Install it to the default location: 69 Now install asap 70 70 {{{ 71 su 72 scons install 71 scons makedist=egg 72 cd asap-4.0.0 73 sudo python setup.py install 73 74 }}} 74 75 75 76 76 '''After exiting the root user's shell''' you can test it by executing: … … 85 85 <identifier> with something identifying your platform, e.g. '''fedora-12''' for fedora 12, or '''fedora-12-x86_64''' for the 64bit version of fedora-12 and run the following 86 86 {{{ 87 scons makedist=egg 88 cd asap-3.1.0 87 89 88 python setup.py bdist_egg 89 cd dist 90 ls 90 91 91 92 }}}