From fa4737ca3d4345884ca1326bdd9e37751f722afd Mon Sep 17 00:00:00 2001 From: daira <> Date: Thu, 29 Aug 2013 16:48:48 +0000 Subject: [PATCH] initial [Imported from Trac: page BBFreeze, version 1] --- BBFreeze.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 BBFreeze.md diff --git a/BBFreeze.md b/BBFreeze.md new file mode 100644 index 0000000..56f15b5 --- /dev/null +++ b/BBFreeze.md @@ -0,0 +1,22 @@ +Instructions to install bb-freeze and use it to build a bb-frozen Tahoe on Unix: + +``` +git clone https://github.com/schmir/bbfreeze.git +cd bbfreeze +sudo python setup.py install +cd .. + +git clone https://github.com/NixOS/patchelf.git +cd patchelf +./bootstrap.sh +./configure +make +sudo make install +cd .. + +cd tahoe +python setup.py build +PYTHONPATH=`bin/tahoe @sh -c 'echo "${PYTHONPATH}"'`:`pwd`/src bb-freeze static/tahoe.py +cd dist +tahoe --help +```