/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2019-06-02 02:35:46 UTC
  • mfrom: (7309 work)
  • mto: This revision was merged to the branch mainline in revision 7319.
  • Revision ID: jelmer@jelmer.uk-20190602023546-lqco868tnv26d8ow
merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
Breezy packages are available for most popular GNU/Linux distributions
8
8
including Ubuntu, Debian, Red Hat and Gentoo.
9
 
See http://wiki.bazaar.canonical.com/Download for the latest instructions.
 
9
See https://www.breezy-vcs.org/pages/download.html 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 Breezy package together with necessary pre-requisites
16
16
and some useful plug-ins.
17
 
See http://wiki.bazaar.canonical.com/Download for the latest instructions.
 
17
See https://www.breezy-vcs.org/pages/download.html for the latest instructions.
18
18
 
19
19
Note: If you are running Cygwin on Windows, a Breezy 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, Breezy packages are available for a large
26
26
range of other operating systems include Mac OS X, FreeBSD and Solaris.
27
 
See http://wiki.bazaar.canonical.com/Download for the latest instructions.
 
27
See https://www.breezy-vcs.org/pages/download.html for the latest instructions.
28
28
 
29
29
 
30
30
Installing from scratch
33
33
If you wish to install Breezy from scratch rather than using a
34
34
pre-built package, the steps are:
35
35
 
36
 
  1. If it is not installed already, install Python 2.6 or later.
 
36
  1. If it is not installed already, install Python 2.7 or later.
37
37
 
38
 
  2. Download the ``bazaar-xxx.tar.gz`` file (where xxx is the version
39
 
     number) from http://wiki.bazaar.canonical.com/Download or from Launchpad
 
38
  2. Download the ``breezy-xxx.tar.gz`` file (where xxx is the version
 
39
     number) from https://www.breezy-vcs.org/pages/download.html or from Launchpad
40
40
     (https://launchpad.net/~brz/).
41
41
 
42
42
  3. Unpack the archive using tar, WinZip or equivalent.
90
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
 
speed. This can be done using ``make`` and requires ``pyrex`` and a C compiler.
 
93
speed. This can be done using ``make`` and requires ``cython`` and a C compiler.
94
94
Please contact us on email or IRC if you need assistance with this.
95
95
 
96
96