~percona-core/percona-xtrabackup/2.0

« back to all changes in this revision

Viewing changes to doc/source/installation/compiling_xtrabackup.rst

  • Committer: Hrvoje Matijakovic
  • Date: 2012-11-22 08:48:42 UTC
  • mfrom: (477.2.1 bug1066978-2.0)
  • Revision ID: hrvoje.matijakovic@percona.com-20121122084842-eydid7wf1jkaexi8
MergedĀ lp:~hrvojem/percona-xtrabackup/bug1066978-2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
The source code is available from the *Launchpad* project `here <https://launchpad.net/percona-xtrabackup>`_. The easiest way to get the code is with :command:`bzr branch` of the desired release, such as the following: ::
6
6
 
7
 
  bzr branch lp:percona-xtrabackup/1.6
8
 
 
9
 
or ::
10
 
 
11
 
  bzr branch lp:percona-xtrabackup
 
7
  bzr branch lp:percona-xtrabackup/2.0
12
8
 
13
9
You should then have a directory named after the release you branched, such as ``percona-xtrabackup``.
14
10
 
23
19
 
24
20
In Debian-based distributions, you need to: ::
25
21
 
26
 
  $ apt-get install build-essential flex bison automake autoconf bzr \
27
 
    libtool cmake libaio-dev mysql-client libncurses-dev zlib1g-dev
 
22
  $ apt-get install debhelper autotools-dev libaio-dev wget automake \
 
23
    libtool bison libncurses-dev libz-dev cmake bzr
28
24
 
29
25
In ``RPM``-based distributions, you need to: ::
30
26
 
42
38
  Value              Alias      Server
43
39
  ================== =========  ============================================
44
40
  innodb51_builtin   5.1        build against built-in InnoDB in MySQL 5.1
45
 
  innodb51           plugin     build agsinst InnoDB plugin in MySQL 5.1
 
41
  innodb51           plugin     build against InnoDB plugin in MySQL 5.1
46
42
  innodb55           5.5        build against InnoDB in MySQL 5.5
47
43
  xtradb51           xtradb     build against Percona Server with XtraDB 5.1
48
44
  xtradb55           xtradb55   build against Percona Server with XtraDB 5.5