Changes between Initial Version and Version 1 of BBFreeze
- Timestamp:
- 2013-08-29T16:48:48Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BBFreeze
v1 v1 1 Instructions to install bb-freeze and use it to build a bb-frozen Tahoe on Unix: 2 3 {{{ 4 git clone https://github.com/schmir/bbfreeze.git 5 cd bbfreeze 6 sudo python setup.py install 7 cd .. 8 9 git clone https://github.com/NixOS/patchelf.git 10 cd patchelf 11 ./bootstrap.sh 12 ./configure 13 make 14 sudo make install 15 cd .. 16 17 cd tahoe 18 python setup.py build 19 PYTHONPATH=`bin/tahoe @sh -c 'echo "${PYTHONPATH}"'`:`pwd`/src bb-freeze static/tahoe.py 20 cd dist 21 tahoe --help 22 }}}