From 25335618bf8755ce6b116ee14f47f5a1f2c821e9 Mon Sep 17 00:00:00 2001 From: Lorry Date: Wed, 22 Aug 2012 15:47:16 +0100 Subject: Tarball conversion --- INSTALL | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..1df2d60 --- /dev/null +++ b/INSTALL @@ -0,0 +1,48 @@ +bzr install instructions +************************ + +Dependencies +------------ + +bzr requires Python2.4 and cElementTree: + + http://effbot.org/zone/element-index.htm + +If you wish to access branches over sftp, you will need paramiko and +pycrypto: + + http://www.lag.net/paramiko/ + +bzr can optionally use compiled versions of some parts of the code +for increased speed. When installing bzr you need the ability to +build C extensions. Some GNU/Linux distributions package the necessary +headers separately from the main Python package. This package is +probably named something like python-dev or python-devel. FreeBSD, +Windows, source-based GNU/Linux distributions, and possibly other operating +systems, have the required files installed by default. + +If you are installing bzr from a bzr branch rather than a release tarball, +then you should also have the Pyrex package installed. This is not necessary +for release tarballs as they already contain the C files that Pyrex is needed +to create. + + http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/ + +Installation +------------ + +When upgrading using setup.py, it is recommended that you first delete the +bzrlib directory from the install target. + +To install bzr as a user, run + + python setup.py install --home ~ + +To install system-wide, run (as root) + + python setup.py install + +For more information on installation, see + +or write to bazaar@lists.canonical.com, or ask a question at +. -- cgit v1.2.1