Changeset 26

Show
Ignore:
Timestamp:
Wed Sep 7 15:09:06 2005
Author:
williamcaban
Message:

Changes to documentation and Licenses files. Documentation is not yet completed and validated as reST.

Files:
  • trunk/doc/LICENSE (added)
  • trunk/doc/LICENSE.GPL (added)
  • trunk/doc/license.txt (deleted)
  • trunk/doc/specfiles.html (deleted)
  • trunk/doc/iu4.html (deleted)
  • trunk/doc/archives.html (deleted)
  • trunk/doc/begin.html (deleted)
  • trunk/doc/mf4.html (deleted)
  • trunk/doc/help.html (deleted)
  • trunk/doc/me_inc.gif (deleted)
  • trunk/doc/standalones.html (deleted)
  • trunk/doc/utilities.html (deleted)
  • trunk/README.txt (modified) (diff)

Legend:

Unmodified
Added
Removed
Modified
  • trunk/README.txt

    r2 r26  
    1   Installer version 5 beta 5  
      1 PyInstaller version 1.0  
    1 1  
    2   Use:  
    3       see doc/begin.html  
      2 Use:  
      3     see doc/Tutorial.txt  
    4 4  
    5 5 Installation in brief:  
     
    14 14     python Configure.py  
    15 15  
    16   Now you're ready to use it!  
    17     see Makespec in doc/begin.html  
      16     python Makespec.py /path/to/yourscript.py /path/for/specfile.spec  
      17  
      18     python Build.py /path/for/specfile.spec  
      19  
      20     .done.  
    18 21  
    19 22 Major changes in this release:  
    20    --onefile always creates a temporary directory (see doc/begin.html)  
    21    - can use UPX if you have it installed  
    22    - many bug fixes.  
      23  * __write_changes_here__  
      24  * many bug fixes.