~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/installing/from_source.rst

  • Committer: Brian Aker
  • Date: 2011-02-12 06:56:00 UTC
  • mto: This revision was merged to the branch mainline in revision 2161.
  • Revision ID: brian@tangent.org-20110212065600-m6c68fybw51rflhj
Further strip out includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
--------------------
55
55
The latest source release can always be found on our `LaunchPad site
56
56
<https://launchpad.net/drizzle>`_, alternatively the bzr source from our stable
57
 
trunk can be obtained by doing:
58
 
 
59
 
.. code-block:: bash
 
57
trunk can be obtained by doing::
60
58
 
61
59
   bzr branch lp:drizzle
62
60
 
63
61
Compiling The Source
64
62
--------------------
65
 
Compiling is as simple as doing the following inside the source:
66
 
 
67
 
.. code-block:: bash
 
63
Compiling is as simple as doing the following inside the source::
68
64
 
69
65
   ./config/autorun.sh
70
66
   ./configure