Changes between Version 46 and Version 47 of ASAPSourceInstall


Ignore:
Timestamp:
10/20/11 16:26:08 (13 years ago)
Author:
Malte Marquarding
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ASAPSourceInstall

    v46 v47  
    5454
    5555{{{
    56 wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/asap-3.1.0-src.tar.bz2
    57 tar zxf asap-3.1.0-src.tar.bz2
    58 cd asap-3.1.0
     56wget ftp://ftp.atnf.csiro.au/pub/software/asap/current/asap-4.0.0-src.tar.bz2
     57tar zxf asap-4.0.0-src.tar.bz2
     58cd asap-4.0.0
    5959scons
    6060}}}
     
    6767}}}
    6868
    69 Install it to the default location:
     69Now install asap
    7070{{{
    71    su
    72    scons install
     71scons  makedist=egg
     72cd asap-4.0.0
     73sudo python setup.py install
    7374}}}
    74 
    7575
    7676'''After exiting the root user's shell''' you can test it by executing:
     
    8585<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
    8686{{{
    87 scons  makedist=egg
    88 cd asap-3.1.0
     87
    8988python setup.py bdist_egg
     89cd dist
     90ls
    9091
    9192}}}