Changeset 5329
- Timestamp:
- 10/10/07 11:55:18 (6 years ago)
- Files:
-
- 1 modified
-
scripts/release-0.6.2/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scripts/release-0.6.2/README.txt
r5229 r5329 21 21 1. Introduction 22 22 ============================================================================== 23 To grab the appropriate files from the repository, run the included python 24 script from the release-0.6.2 directory, viz 25 26 $ python UpdateReleasePackages.py 27 28 This will create a 'src' sub-directory. The script will not run if an 29 existing src directory exists. 23 30 24 31 The directory structure is as follows: 25 32 26 / root-directory/33 /path/to/release-0.6.2/src/ 27 34 system/ 28 35 ossie/ 29 36 nodebooter/ 30 37 c_wavLoader/ 38 standardInterfaces/ 31 39 platform/ 32 40 GPP/ 33 USRP/34 41 nodes/ 35 42 default_GPP_node/ 36 defualt_GPP_USRP_node/37 43 domain/ 38 44 dtd/ … … 44 50 2. Installation 45 51 ============================================================================== 52 A build script has been created to simplify the installation process. From 53 your favorite terminal, run 46 54 55 $ python build.py 47 56 57 Please note that installation requires that you can run 'make install' with 58 sudo. For instructions on how to set this up on your machine if it is not 59 already, please see Appendix A at the end of this document. 48 60 49 61 ==============================================================================