9
To compile Drizzle with the most basic set of pluginsyou will need to following
10
dependencies installed:
19
* libboost-date-time-dev
21
* libboost-filesystem-dev
22
* libboost-iostreams-dev
23
* libboost-program-options-dev
28
* libreadline5-dev | libreadline-dev
33
* zlib1g-dev (>= 1:1.1.3-5)
37
Additionally, if you wish to build all of the plugins, you will need to install
42
* libgearman-dev (>= 0.10)
43
* libhaildb-dev (>= 2.3.1)
44
* libmemcached-dev (>= 0.39)
46
* libprotobuf-dev (>= 2.1.0)
47
* libtokyocabinet-dev (>= 1.4.23)
55
The latest source release can always be found on our `LaunchPad site
56
<https://launchpad.net/drizzle>`_, alternatively the bzr source from our stable
57
trunk can be obtained by doing::
63
Compiling is as simple as doing the following inside the source::