We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5ac99 commit 5d31becCopy full SHA for 5d31bec
README.md
@@ -39,8 +39,8 @@ The following tools are required
39
40
On a CentOS 6.x system, use the following to install prerequisites:
41
```
42
-# yum install autoconf automake make gcc-c++
43
-# yum install pcre-devel zlib-devel libmemcached-devel
+# yum install autoconf automake make gcc-c++
+# yum install pcre-devel zlib-devel libmemcached-devel libevent-devel openssl-devel
44
45
46
CentOS 6.4 ships with older versions of libevent, which must be manually built
@@ -98,7 +98,7 @@ After downloading the source tree, use standard autoconf/automake commands:
98
$ autoreconf -ivf
99
$ ./configure
100
$ make
101
-$ make install
+$ sudo make install
102
103
104
#### Testing
0 commit comments