Changeset 2484


Ignore:
Timestamp:
05/07/12 15:32:28 (12 years ago)
Author:
Malte Marquarding
Message:

Updated install instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/INSTALL

    r1849 r2484  
    1717
    1818   scons
    19    # Do this if you haven't got a measures data directory already
    20    export ASAPDATA=.
    21    ./bin/asap_update_data
    22    #
    23    scons install
     19   scons makedist=1
     20   cd asap-4.1.0
     21   python setup.py install
     22   asap # exit with <Ctrl-D>
    2423
    2524Obtaining the data directory
     
    3332This will install the data repository into the correct location.
    3433
    35 There are several ways to do this.
    36 a) If you already have the 'data' directory, copy it to the root directory and run the normal install procedure::
    37 
    38    scons
    39    scons install
    40 
    41 b) You can obtain the data repository from the ftp site.
    42    Simply run::
    43 
    44         export ASAPDATA=.
    45         ./bin/asap_update_data
    46 
    47    This will retrieve and unpack the data directory.
    48    After this run::
    49 
    50         scons install
    51 
    5234Creating a binary distribution
    5335==============================
     
    5537after building using 'scons', you can create a compressed tarball of the binaries. This is done via the target 'makedist='. The argument should be an obvious identifier for the system you want to support, e.g. 'sarge' or 'fc5-x86_64'::
    5638
    57     scons makedist=sarge
     39    python setup.py bdist_egg
    5840
    59 This will create an archive in the subdirectory 'dist' named 'asap-X.Y.Z-sarge.tar.bz2', where X,Y,Z are the version numbers e.g 2.1.0.
     41This will create an archive in the subdirectory 'dist' named 'asap-X.Y.Z-py2.Negg', where X,Y,Z are the version numbers e.g 4.1.0.
Note: See TracChangeset for help on using the changeset viewer.