Changes between Version 30 and Version 31 of AdvancedInstall


Ignore:
Timestamp:
2011-01-22T05:03:36Z (13 years ago)
Author:
davidsarah
Comment:

bb-freeze

Legend:

Unmodified
Added
Removed
Modified
  • AdvancedInstall

    v30 v31  
    200200that aren't already in Debian proper.
    201201
    202 The "{{{make windows-exe}}}" and "{{{make windows-installer}}}" commands will
    203 create a windows executable, and the corresponding installer.
    204 
    205 The "{{{make mac-exe}}}" and "{{{make mac-dist}}}" commands will create a
    206 Macintosh OS-X executable and the corresponding installer (.dmg) file.
     202It is also possible to create a binary distribution using [http://pypi.python.org/pypi/bbfreeze bb-freeze].
     203Install bb-freeze, then in the root of a Tahoe source tree with full path
     204{{{<tahoedir>}}}, do:
     205{{{
     206python setup.py build
     207set PYTHONPATH=<tahoedir>\support\Lib\site-packages;<tahoedir>\src
     208bb-freeze static\tahoe.py
     209}}}
     210
     211This will create a {{{dist}}} directory containing the bb-frozen distribution.
     212The [https://groups.google.com/group/bbfreeze-users bbfreeze-users] Google
     213group may be able to help with general questions about bb-freeze.
    207214
    208215[=#point8]