~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/installing/from_source.rst

Merge Stewart - fix bug 701468: TransactionalStorageEngine::doRollback(session, all) "all" isn't true - need to check session autocommit settings

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 * libboost-iostreams-dev
23
23
 * libboost-program-options-dev
24
24
 * libboost-regex-dev
25
 
 * libboost-test-dev
26
25
 * libboost-thread-dev
 
26
 * libgtest (1.5.0)
27
27
 * libpcre3-dev
28
28
 * libreadline5-dev | libreadline-dev
29
29
 * libtool
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