Changeset 5329

Show
Ignore:
Timestamp:
10/10/07 11:55:18 (6 years ago)
Author:
jgaeddert
Message:

updating 0.6.2 readme

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • scripts/release-0.6.2/README.txt

    r5229 r5329  
    2121 1.  Introduction 
    2222============================================================================== 
     23To grab the appropriate files from the repository, run the included python 
     24script from the release-0.6.2 directory, viz 
     25 
     26  $ python UpdateReleasePackages.py 
     27 
     28This will create a 'src' sub-directory.  The script will not run if an 
     29existing src directory exists. 
    2330 
    2431The directory structure is as follows: 
    2532 
    26 /root-directory/ 
     33/path/to/release-0.6.2/src/ 
    2734    system/ 
    2835        ossie/ 
    2936        nodebooter/ 
    3037        c_wavLoader/ 
     38        standardInterfaces/ 
    3139    platform/ 
    3240        GPP/ 
    33         USRP/ 
    3441        nodes/ 
    3542            default_GPP_node/ 
    36             defualt_GPP_USRP_node/ 
    3743        domain/ 
    3844        dtd/ 
     
    4450 2.  Installation 
    4551============================================================================== 
     52A build script has been created to simplify the installation process.  From 
     53your favorite terminal, run 
    4654 
     55  $ python build.py 
    4756 
     57Please note that installation requires that you can run 'make install' with 
     58sudo.  For instructions on how to set this up on your machine if it is not 
     59already, please see Appendix A at the end of this document. 
    4860 
    4961==============================================================================