Changes between Initial Version and Version 1 of BBFreeze


Ignore:
Timestamp:
2013-08-29T16:48:48Z (11 years ago)
Author:
daira
Comment:

initial

Legend:

Unmodified
Added
Removed
Modified
  • BBFreeze

    v1 v1  
     1Instructions to install bb-freeze and use it to build a bb-frozen Tahoe on Unix:
     2
     3{{{
     4git clone https://github.com/schmir/bbfreeze.git
     5cd bbfreeze
     6sudo python setup.py install
     7cd ..
     8
     9git clone https://github.com/NixOS/patchelf.git
     10cd patchelf
     11./bootstrap.sh
     12./configure
     13make
     14sudo make install
     15cd ..
     16
     17cd tahoe
     18python setup.py build
     19PYTHONPATH=`bin/tahoe @sh -c 'echo "${PYTHONPATH}"'`:`pwd`/src bb-freeze static/tahoe.py
     20cd dist
     21tahoe --help
     22}}}