Changes between Version 31 and Version 32 of AdvancedInstall
- Timestamp:
- 2011-01-22T05:07:52Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdvancedInstall
v31 v32 202 202 It is also possible to create a binary distribution using [http://pypi.python.org/pypi/bbfreeze bb-freeze]. 203 203 Install bb-freeze, then in the root of a Tahoe source tree with full path 204 {{{<tahoedir>}}}, do:204 {{{<tahoedir>}}}, on WIndows do: 205 205 {{{ 206 206 python setup.py build … … 208 208 bb-freeze static\tahoe.py 209 209 }}} 210 211 This will create a {{{dist}}} directory containing the bb-frozen distribution. 210 or on Unix do: 211 {{{ 212 python setup.py build 213 export PYTHONPATH=<tahoedir>/support/lib/pythonx.y/site-packages;<tahoedir>/src 214 bb-freeze static/tahoe.py 215 }}} 216 where x.y is your Python version. (This has not been tested on Unix.) 217 218 This should create a {{{dist}}} directory containing the bb-frozen distribution. 212 219 The [https://groups.google.com/group/bbfreeze-users bbfreeze-users] Google 213 220 group may be able to help with general questions about bb-freeze.