diff options
author | Sergey V. Lobanov <sergey@lobanov.in> | 2024-10-26 18:48:57 +0000 |
---|---|---|
committer | Sergey V. Lobanov <sergey@lobanov.in> | 2024-10-26 18:48:57 +0000 |
commit | a800602f15d10271972668312ce10e9fdbaf3375 (patch) | |
tree | 219c5589601db284068d54df94b3f64d8c8d556b /doc/installation/centos.rst | |
parent | edadda488d6146b60d2cc42219cf50c25701c797 (diff) | |
download | accel-ppp.github.io-a800602f15d10271972668312ce10e9fdbaf3375.tar.gz accel-ppp.github.io-a800602f15d10271972668312ce10e9fdbaf3375.zip |
replace libpcre/libpcre3 to libpcre2
sync with https://github.com/accel-ppp/accel-ppp/pull/185
Diffstat (limited to 'doc/installation/centos.rst')
-rw-r--r-- | doc/installation/centos.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/installation/centos.rst b/doc/installation/centos.rst index 92d11c9..e484226 100644 --- a/doc/installation/centos.rst +++ b/doc/installation/centos.rst @@ -13,13 +13,13 @@ Before compile and build package need satisfy some dependencies * **cmake** - open-source system that manages the build process * **gcc** - GNU Compiler Collection (GCC) is a compiler system * **git** - version-control system for tracking changes, (need for downloading source code) -* **pcre-devel** - source code of pcre lib, accel-ppp need it for use reg expression +* **pcre2-devel** - source code of pcre2 lib, accel-ppp need it for use reg expression * **openssl-devel** - source code of lib ssl, accel-ppp need it for use regular expression * **lua-devel** - this need for create custom username (IPoE) from packet. Script write on lua language .. code-block:: sh - yum -y install rpm-build make cmake gcc git pcre-devel openssl-devel lua-devel + yum -y install rpm-build make cmake gcc git pcre2-devel openssl-devel lua-devel After install dependencies, download accel-ppp source code with git client, tree master . Master tree contain actual patches last release. |