~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/installing/from_source.rst

  • Committer: Daniel Nichter
  • Date: 2011-10-23 05:45:09 UTC
  • mto: This revision was merged to the branch mainline in revision 2448.
  • Revision ID: daniel@percona.com-20111023054509-5w1z0g4hn1c4guqv
A lot of doc changes: rewrite and expand Configuration and Administration, re-order top-level sections, enhance Contributing, add Release Notes, add Help and Support, fix title casing, label all plugins, other misc. enhancements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Installing From Source
2
 
======================
 
1
Installing Drizzle from Source
 
2
==============================
3
3
 
4
4
* :ref:`dependencies`
5
5
* :ref:`ubuntu-install`
61
61
.. _ubuntu-install:
62
62
 
63
63
Ubuntu Install Commands
64
 
-------------------------
 
64
-----------------------
65
65
 
66
66
The following commands work on Ubuntu to install the tools and libraries needed to build Drizzle:
67
67
 
75
75
.. _debian-install:
76
76
 
77
77
Debian Install Commands
78
 
-------------------------
 
78
-----------------------
79
79
 
80
80
Since apt-repository isn't in Debian, you can instead add the Maverick PPA to /etc/apt/sources.list as follows:
81
81
 
111
111
 
112
112
.. _obtain-source:
113
113
 
114
 
Obtaining The Source
 
114
Obtaining the Source
115
115
--------------------
116
116
The latest source release can always be found on our `LaunchPad site
117
117
<https://launchpad.net/drizzle>`_. Alternatively, the bzr source from our stable
123
123
 
124
124
.. _compile-source:
125
125
 
126
 
Compiling The Source
 
126
Compiling the Source
127
127
--------------------
128
128
Compiling is done by performing the standard automake commands from the top level directory inside the source:
129
129