wiki:BBFreeze

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:

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
Last modified at 2014-07-16T00:55:16Z Last modified on 2014-07-16T00:55:16Z