Added libcurl-devel and pcre-devel to build dependencies.
This commit is contained in:
@ -28,7 +28,7 @@ You will need to install all of the following packages for all versions of RHEL,
|
|||||||
|
|
||||||
```
|
```
|
||||||
gcc gcc-c++ ncurses-devel bison glibc-devel cmake libgcc perl make libtool
|
gcc gcc-c++ ncurses-devel bison glibc-devel cmake libgcc perl make libtool
|
||||||
openssl-devel libaio libaio-devel librabbitmq-devel
|
openssl-devel libaio libaio-devel librabbitmq-devel libcurl-devel pcre-devel
|
||||||
```
|
```
|
||||||
|
|
||||||
In addition, if you wish to to build an RPM package include:
|
In addition, if you wish to to build an RPM package include:
|
||||||
@ -68,7 +68,7 @@ These packages are required on all versions of Ubuntu and Debian.
|
|||||||
|
|
||||||
```
|
```
|
||||||
build-essential libssl-dev libaio-dev ncurses-dev bison
|
build-essential libssl-dev libaio-dev ncurses-dev bison
|
||||||
cmake perl libtool librabbitmq-dev
|
cmake perl libtool librabbitmq-dev libcurl-dev libpcre3-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
If you want to build a DEB package, you will also need:
|
If you want to build a DEB package, you will also need:
|
||||||
|
Reference in New Issue
Block a user