~bzr/ubuntu/lucid/bzr/beta-ppa

« back to all changes in this revision

Viewing changes to doc/en/admin-guide/introduction.txt

  • Committer: Martin Pool
  • Date: 2010-08-18 04:26:39 UTC
  • mfrom: (129.1.8 packaging-karmic)
  • Revision ID: mbp@sourcefrog.net-20100818042639-mjoxtngyjwiu05fo
* PPA rebuild for lucid.
* PPA rebuild for karmic.
* PPA rebuild onto jaunty.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
What you need to run a Bazaar server
28
28
------------------------------------
29
29
 
30
 
Where possible, we will discuss both Unix (including Linux) and Windows server
 
30
Where possible, we will discuss both Unix (including GNU/Linux) and Windows server
31
31
environments.  For the purposes of this document, we will consider Mac OS X as
32
32
a type of Unix.
33
33
 
44
44
critical components of the code.  Pure Python alternatives exist for all of
45
45
these components, but they may be considerably slower.  To compile these
46
46
extensions, you need a C compiler and the relevant header files from the
47
 
Python package.  On Linux, these may be in a separate package.  Other
 
47
Python package.  On GNU/Linux, these may be in a separate package.  Other
48
48
operating systems should have the required headers installed by default.
49
49
 
50
50
If you are installing a development version of Bazaar, rather than a released