~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/installing/redhat.rst

  • Committer: Mark Atwood
  • Date: 2011-11-15 04:19:11 UTC
  • mfrom: (2457.1.1 drizzle-docs71-2)
  • Revision ID: me@mark.atwood.name-20111115041911-mwcqz8tvfze0sgbo
lp:~hingo/drizzle/7.1-docs-reviewfixes

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.