~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/installing/redhat.rst

  • Committer: Mark Atwood
  • Date: 2011-11-14 07:30:41 UTC
  • Revision ID: me@mark.atwood.name-20111114073041-mo2hgg8ouseo2kpu
releaseĀ 2011.11.29

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
 
74
74
   sudo yum install drizzle7-server drizzle7-client
75
75
 
 
76
Compiling from Source
 
77
---------------------
 
78
To compile from source you will need to add the repositories described above, and then install the following packages:
 
79
 
 
80
 * bzr
 
81
 * boost-devel
 
82
 * autoconf
 
83
 * automake
 
84
 * gcc
 
85
 * gcc-c++
 
86
 * libtool
 
87
 * gperf
 
88
 * libuuid-devel (part of e2fsprogs-devel on older RedHat based distributions)
 
89
 * zlib-devel
 
90
 * pcre-devel
 
91
 * readline-devel
 
92
 * flex
 
93
 * bison
 
94
 
 
95
You will then be able to compile from source in the normal way.