Changes between Version 2 and Version 3 of BBFreeze


Ignore:
Timestamp:
2013-08-29T17:16:39Z (11 years ago)
Author:
daira
Comment:

Windows

Legend:

Unmodified
Added
Removed
Modified
  • BBFreeze

    v2 v3  
    2121tahoe --help
    2222}}}
     23
     24On Windows, download and install the following dependencies:
     25* [https://pefile.googlecode.com/files/pefile-1.2.10-123.zip]
     26* bbfreeze_loader 1.1.0
     27* altgraph 0.9
     28
     29Then:
     30{{{
     31git clone https://github.com/schmir/bbfreeze.git
     32cd bbfreeze
     33python setup.py install
     34cd ..
     35
     36cd tahoe
     37python setup.py build
     38set PYTHONPATH=%CD%\support\Lib\site-packages;%CD%\src
     39C:\Python27\Scripts\bb-freeze static\tahoe.py
     40set PYTHONPATH=
     41cd dist
     42tahoe --help
     43}}}