initial

[Imported from Trac: page BBFreeze, version 1]
daira 2013-08-29 16:48:48 +00:00
parent 8bc6176b26
commit fa4737ca3d

22
BBFreeze.md Normal file

@ -0,0 +1,22 @@
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=`bin/tahoe @sh -c 'echo "${PYTHONPATH}"'`:`pwd`/src bb-freeze static/tahoe.py
cd dist
tahoe --help
```