diff options
Diffstat (limited to 'doc/installation/debian.rst')
-rw-r--r-- | doc/installation/debian.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/installation/debian.rst b/doc/installation/debian.rst index 877b153..d81fbcf 100644 --- a/doc/installation/debian.rst +++ b/doc/installation/debian.rst @@ -8,13 +8,13 @@ Before compile and build package need satisfy some dependencies * **gcc** - GNU Compiler Collection (GCC) is a compiler system * **linux-headers-`uname -r`** - source code of current installing linux kernel, need for build ipoe and vlan_mon modules. If you don`t need these modules, you may don`t install this * **git** - version-control system for tracking changes, (need for downloading source code) -* **libpcre3-dev** - source code of pcre lib, accel-ppp need it for use reg expression -* **libssl-dev** - source code of pcre lib, accel-ppp need it for use regular expression +* **libpcre2-dev** - source code of pcre2 lib, accel-ppp need it for use reg expression +* **libssl-dev** - source code of ssl lib, accel-ppp need it for use regular expression * **liblua5.1-0-dev** - this need for create custom username (IPoE) from packet. Script write on lua language .. code-block:: sh - apt-get install -y build-essential cmake gcc linux-headers-`uname -r` git libpcre3-dev libssl-dev liblua5.1-0-dev + apt-get install -y build-essential cmake gcc linux-headers-`uname -r` git libpcre2-dev libssl-dev liblua5.1-0-dev After install dependencies, download accel-ppp source code with git client, tree master . Master tree contain actual patches last release. |