~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2010-08-13 08:09:53 UTC
  • mto: (5050.17.6 2.2)
  • mto: This revision was merged to the branch mainline in revision 5379.
  • Revision ID: mbp@sourcefrog.net-20100813080953-c00cm9l3qgu2flj9
Remove spuriously-resurrected test

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Installing Bazaar
2
2
=================
3
3
 
4
 
Linux
5
 
-----
 
4
GNU/Linux
 
5
---------
6
6
 
7
 
Bazaar packages are available for most popular Linux distributions
8
 
including Ubuntu/Debian, Red Hat and Gentoo.
 
7
Bazaar packages are available for most popular GNU/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
85
85
 
86
86
  2. Get a copy of the development version like this::
87
87
 
88
 
       bzr branch http://bazaar-vcs.org/bzr/bzr.dev
 
88
       bzr branch lp:bzr
89
89
 
90
 
  3. Put the created directory (bzr.dev) on your PATH.
 
90
  3. Put the created directory 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.