~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/installing/from_source.rst

  • Committer: Lee Bieber
  • Date: 2011-01-24 17:20:08 UTC
  • mfrom: (2107.2.1 trunk-bug-703913)
  • mto: This revision was merged to the branch mainline in revision 2109.
  • Revision ID: kalebral@gmail.com-20110124172008-y5maihyoyu7gn18p
Merge Andrew - fix bug 703913: some support-files should be dropped

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