~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/installing_bazaar.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-09 23:12:55 UTC
  • mfrom: (3920.2.37 dpush)
  • Revision ID: pqm@pqm.ubuntu.com-20090409231255-o8w1g2q3igiyf8b2
(Jelmer) Add the dpush command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Installing Bazaar
2
2
=================
3
3
 
4
 
GNU/Linux
5
 
---------
 
4
Linux
 
5
-----
6
6
 
7
 
Bazaar packages are available for most popular GNU/Linux distributions
8
 
including Ubuntu, Debian, Red Hat and Gentoo.
 
7
Bazaar packages are available for most popular Linux distributions
 
8
including Ubuntu/Debian, Red Hat and Gentoo.
9
9
See http://bazaar-vcs.org/Download for the latest instructions.
10
10
 
11
11
Windows
64
64
installed, bzr supplies a (slower) pure-python implementation of all
65
65
extensions. You can install without compiling extensions with::
66
66
 
67
 
  python setup.py install build_ext --allow-python-fallback
 
67
  python setup.py install build_ext --allow-python-fallbacks
68
68
 
69
69
 
70
70
 
85
85
 
86
86
  2. Get a copy of the development version like this::
87
87
 
88
 
       bzr branch lp:bzr
 
88
       bzr branch http://bazaar-vcs.org/bzr/bzr.dev
89
89
 
90
 
  3. Put the created directory on your PATH.
 
90
  3. Put the created directory (bzr.dev) on your PATH.
91
91
 
92
92
Advanced users may also wish to build the optional C extensions for greater
93
93
speed. This can be done using ``make`` and requires ``pyrex`` and a C compiler.