Merge lp:~stewart/percona-playback/build-dep-readme into lp:percona-playback

Proposed by Stewart Smith
Status: Merged
Approved by: Stewart Smith
Approved revision: 173
Merged at revision: 173
Proposed branch: lp:~stewart/percona-playback/build-dep-readme
Merge into: lp:percona-playback
Diff against target: 39 lines (+23/-5)
1 file modified
README (+23/-5)
To merge this branch: bzr merge lp:~stewart/percona-playback/build-dep-readme
Reviewer Review Type Date Requested Status
Percona core Pending
Review via email: mp+137088@code.launchpad.net

Description of the change

just a small readme update, setting to approved.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README'
2--- README 2012-07-02 13:06:34 +0000
3+++ README 2012-11-30 00:03:20 +0000
4@@ -9,12 +9,30 @@
5
6 Build Dependencies
7 ------------------
8-You will need the following packages to build percona-playback:
9+Percona Playback is mostly comprised of plugins, some of which have their
10+own build dependencies (and simply won't be built if you don't have the
11+required libraries).
12+
13+You will need the 'development' packages for all of these (often suffixed by
14+'-devel' for RedHat or '-dev' for Debian derived distributions).
15+
16+The core of Percona Playback requires:
17 * libtbb (Intel Threading Building Blocks)
18- * Boost (including boost program_options)
19- * libmysqlclient (MySQL Client Libraries) [1]
20-
21-[1] Not strictly needed, but if you don't have it, you don't get to do the play back part.
22+ * Boost (including boost program_options) at least 1.41
23+ * libtool
24+ * gettext
25+ * intltool
26+ * pkg-config
27+
28+The plugin that uses the MySQL client library needs:
29+ * libmysqlclient (MySQL Client Libraries)
30+
31+For using the libdrizzle client library to speak to MySQL or Drizzle:
32+ * libdrizzle
33+
34+For playing back tcpdump captured load:
35+ * libpcap
36+ * libdrizzle
37
38 Building
39 --------

Subscribers

People subscribed via source and target branches

to all changes: