Changeset 1436 for trunk/INSTALL
- Timestamp:
- 08/28/08 13:57:13 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/INSTALL
r1404 r1436 8 8 9 9 scons has several targets. It is recommended to execute them sequentially. 10 The normal install procedure is as follows: 10 The normal install procedure is as follows 11 .. code:: 12 11 13 scons 12 14 # Do this if you haven't got a data directory already … … 19 21 Obtaining the data directory 20 22 ============================ 23 21 24 The data repository can be obtained separately after installing ASAP. 22 Before you run asap for the first time simply run 25 Before you run asap for the first time simply run:: 26 23 27 asap_update_data 28 24 29 This will install the data repository into the correct location. 25 30 26 31 There are several ways to do this. 27 a) If you already have the 'data' directory, copy it to the root directory and run the normal install procedure. 32 a) If you already have the 'data' directory, copy it to the root directory and run the normal install procedure:: 33 28 34 scons 29 35 scons install 30 36 31 37 b) You can obtain the data repository from the ftp site. 32 Simply run 38 Simply run:: 39 33 40 export ASAPDATA=. 34 41 ./bin/asap_update_data 42 35 43 This will retrieve and unpack the data directory. 36 After this run: 44 After this run:: 45 37 46 scons install 38 47 … … 40 49 ============================== 41 50 42 after 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' 51 after 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':: 43 52 44 53 scons makedist=sarge
Note:
See TracChangeset
for help on using the changeset viewer.