~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2010-08-13 19:08:57 UTC
  • mto: (5050.17.7 2.2)
  • mto: This revision was merged to the branch mainline in revision 5379.
  • Revision ID: john@arbash-meinel.com-20100813190857-mvzwnimrxvm0zimp
Lots of documentation updates.

We had a lot of http links pointing to the old domain. They should
all now be properly updated to the new domain. (only bazaar-vcs.org
entry left is for pqm, which seems to still reside at the old url.)

Also removed one 'TODO' doc entry about switching to binary xdelta, since
we basically did just that with groupcompress.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
Bazaar packages are available for most popular GNU/Linux distributions
8
8
including Ubuntu, Debian, Red Hat and Gentoo.
9
 
See http://bazaar-vcs.org/Download for the latest instructions.
 
9
See http://wiki.bazaar.canonical.com/Download for the latest instructions.
10
10
 
11
11
Windows
12
12
-------
14
14
For Windows users, an installer is available that includes
15
15
the core Bazaar package together with necessary pre-requisites
16
16
and some useful plug-ins.
17
 
See http://bazaar-vcs.org/Download for the latest instructions.
 
17
See http://wiki.bazaar.canonical.com/Download for the latest instructions.
18
18
 
19
19
Note: If you are running Cygwin on Windows, a Bazaar for Cygwin package
20
20
is available and ought to be used instead of the Windows version.
24
24
 
25
25
Beyond Linux and Windows, Bazaar packages are available for a large
26
26
range of other operating systems include Mac OS X, FreeBSD and Solaris.
27
 
See http://bazaar-vcs.org/Download for the latest instructions.
 
27
See http://wiki.bazaar.canonical.com/Download for the latest instructions.
28
28
 
29
29
 
30
30
Installing from scratch
36
36
  1. If it is not installed already, install Python 2.4 or later.
37
37
 
38
38
  2. Download the ``bazaar-xxx.tar.gz`` file (where xxx is the version
39
 
     number) from http://bazaar-vcs.org/Download or from Launchpad
 
39
     number) from http://wiki.bazaar.canonical.com/Download or from Launchpad
40
40
     (https://launchpad.net/~bzr/).
41
41
 
42
42
  3. Unpack the archive using tar, WinZip or equivalent.