Changes between Version 31 and Version 32 of AdvancedInstall


Ignore:
Timestamp:
2011-01-22T05:07:52Z (14 years ago)
Author:
davidsarah
Comment:

Unix instructions for bb-freeze

Legend:

Unmodified
Added
Removed
Modified
  • AdvancedInstall

    v31 v32  
    202202It is also possible to create a binary distribution using [http://pypi.python.org/pypi/bbfreeze bb-freeze].
    203203Install bb-freeze, then in the root of a Tahoe source tree with full path
    204 {{{<tahoedir>}}}, do:
     204{{{<tahoedir>}}}, on WIndows do:
    205205{{{
    206206python setup.py build
     
    208208bb-freeze static\tahoe.py
    209209}}}
    210 
    211 This will create a {{{dist}}} directory containing the bb-frozen distribution.
     210or on Unix do:
     211{{{
     212python setup.py build
     213export PYTHONPATH=<tahoedir>/support/lib/pythonx.y/site-packages;<tahoedir>/src
     214bb-freeze static/tahoe.py
     215}}}
     216where x.y is your Python version. (This has not been tested on Unix.)
     217
     218This should create a {{{dist}}} directory containing the bb-frozen distribution.
    212219The [https://groups.google.com/group/bbfreeze-users bbfreeze-users] Google
    213220group may be able to help with general questions about bb-freeze.