Changeset 4568 for trunk/README.txt

Show
Ignore:
Timestamp:
05/12/08 21:20:28 (6 months ago)
Author:
kevin
Message:

Sets up (and documents) Paver-based build for TG2. (Note that sdists
and bdists of TG2 do not require Paver. Only people working with
TG2 from svn will need Paver.)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/README.txt

    r4309 r4568  
    1919Other incorporated projects may be licensed under different licenses. 
    2020All licenses allow for non-commercial and commercial use. 
     21 
     22Working on TG2 
     23-------------- 
     24 
     25To be able to build TG2 packages or install it for development, you 
     26need Paver:: 
     27 
     28  easy_install Paver 
     29 
     30You can then run:: 
     31 
     32  paver develop 
     33 
     34to start working with the development version of TG2.