Windows

[Imported from Trac: page BBFreeze, version 3]
daira 2013-08-29 17:16:39 +00:00
parent 191b01411e
commit 56c10da3c4

@ -20,3 +20,24 @@ PYTHONPATH='`pwd`/src' bin/tahoe @bb-freeze static/tahoe.py
cd dist cd dist
tahoe --help tahoe --help
``` ```
On Windows, download and install the following dependencies:
* <https://pefile.googlecode.com/files/pefile-1.2.10-123.zip>
* bbfreeze_loader 1.1.0
* altgraph 0.9
Then:
```
git clone https://github.com/schmir/bbfreeze.git
cd bbfreeze
python setup.py install
cd ..
cd tahoe
python setup.py build
set PYTHONPATH=%CD%\support\Lib\site-packages;%CD%\src
C:\Python27\Scripts\bb-freeze static\tahoe.py
set PYTHONPATH=
cd dist
tahoe --help
```