Skip to content

Commit 5d31bec

Browse files
authored
A few build instructions clarifications. (#187)
1 parent 1d5ac99 commit 5d31bec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ The following tools are required
3939

4040
On a CentOS 6.x system, use the following to install prerequisites:
4141
```
42-
# yum install autoconf automake make gcc-c++
43-
# yum install pcre-devel zlib-devel libmemcached-devel
42+
# yum install autoconf automake make gcc-c++
43+
# yum install pcre-devel zlib-devel libmemcached-devel libevent-devel openssl-devel
4444
```
4545

4646
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:
9898
$ autoreconf -ivf
9999
$ ./configure
100100
$ make
101-
$ make install
101+
$ sudo make install
102102
```
103103

104104
#### Testing

0 commit comments

Comments
 (0)