mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 03:45:08 +03:00
Expand the list of required packages for a successful compilation
This commit is contained in:
parent
413bdab41e
commit
ba92fc6a2d
14
README
14
README
@ -131,15 +131,19 @@ from GitHub. You may make your own fork project from our project.
|
||||
## Requirements
|
||||
|
||||
### 1. Debian/Ubuntu
|
||||
- libreadline-dev
|
||||
- openssl-dev
|
||||
|
||||
- gcc
|
||||
- libncurses-dev
|
||||
- libreadline-dev
|
||||
- make
|
||||
- openssl-dev
|
||||
|
||||
### 2. Redhat/CentOS
|
||||
- readline-devel
|
||||
- libssl-dev
|
||||
- gcc
|
||||
- openssl-devel
|
||||
- make
|
||||
- ncurses-devel
|
||||
|
||||
- readline-devel
|
||||
## Compile and install
|
||||
|
||||
The download and build instruction is following:
|
||||
|
Loading…
Reference in New Issue
Block a user