~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/installing/from_source.rst

  • Committer: Monty Taylor
  • Date: 2011-03-10 18:18:24 UTC
  • mfrom: (2222.2.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2228.
  • Revision ID: mordred@inaugust.com-20110310181824-mv5zqrahenb62y5i
Merge Mark: Documentation Edits

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
Minimal Requirements
16
16
^^^^^^^^^^^^^^^^^^^^
17
 
To compile Drizzle with the most basic set of plugins, you will need the following
 
17
To compile Drizzle with the most basic set of plugins, you will need to have the following
18
18
dependencies installed. Scroll down for the apt-get install commands for Ubuntu and Debian.
19
19
 
20
20
 * autoconf
43
43
Full Dependencies
44
44
^^^^^^^^^^^^^^^^^
45
45
Additionally, if you wish to build all of the plugins, you will need to install
46
 
these too:
 
46
these additional dependencies:
47
47
 
48
48
 * libcurl4-gnutls-dev
49
49
 * libgcrypt11-dev
114
114
Obtaining The Source
115
115
--------------------
116
116
The latest source release can always be found on our `LaunchPad site
117
 
<https://launchpad.net/drizzle>`_. Alternatively the bzr source from our stable
 
117
<https://launchpad.net/drizzle>`_. Alternatively, the bzr source from our stable
118
118
trunk can be obtained by doing:
119
119
 
120
120
.. code-block:: bash
125
125
 
126
126
Compiling The Source
127
127
--------------------
128
 
Compiling is as simple as doing the following inside the source:
 
128
Compiling is done by performing the standard automake commands from the top level directory inside the source:
129
129
 
130
130
.. code-block:: bash
131
131