Version 4 (modified by zooko, at 2014-07-16T00:55:16Z) (diff) |
---|
Related ticket: #1951
Instructions to install bb-freeze and use it to build a bb-frozen Tahoe on Unix:
git clone https://github.com/schmir/bbfreeze.git cd bbfreeze sudo python setup.py install cd .. git clone https://github.com/NixOS/patchelf.git cd patchelf ./bootstrap.sh ./configure make sudo make install cd .. cd tahoe python setup.py build PYTHONPATH='`pwd`/src' bin/tahoe @bb-freeze static/tahoe.py cd dist 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