Changes between Version 2 and Version 3 of BBFreeze
- Timestamp:
- 2013-08-29T17:16:39Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BBFreeze
v2 v3 21 21 tahoe --help 22 22 }}} 23 24 On 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 29 Then: 30 {{{ 31 git clone https://github.com/schmir/bbfreeze.git 32 cd bbfreeze 33 python setup.py install 34 cd .. 35 36 cd tahoe 37 python setup.py build 38 set PYTHONPATH=%CD%\support\Lib\site-packages;%CD%\src 39 C:\Python27\Scripts\bb-freeze static\tahoe.py 40 set PYTHONPATH= 41 cd dist 42 tahoe --help 43 }}}