srcanamdw/codescanner/pyinstaller/README.txt
changeset 1 22878952f6e2
equal deleted inserted replaced
0:509e4801c378 1:22878952f6e2
       
     1 _PyInstaller 1.3_
       
     2 =================
       
     3 
       
     4 Use
       
     5 ===
       
     6  See doc/Tutorial.txt
       
     7 
       
     8 Installation in brief
       
     9 =====================
       
    10  Non-Windows users should:
       
    11     cd source/linux
       
    12 
       
    13     python ./Make.py
       
    14 
       
    15     make
       
    16 
       
    17  Everyone should:
       
    18     python Configure.py
       
    19 
       
    20     python Makespec.py /path/to/yourscript.py
       
    21 
       
    22     python Build.py /path/to/yourscript.spec
       
    23 
       
    24     .done.
       
    25 
       
    26 Major changes in this release
       
    27 =============================
       
    28  See doc/CHANGES.txt
       
    29