mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 11:55: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
|
## Requirements
|
||||||
|
|
||||||
### 1. Debian/Ubuntu
|
### 1. Debian/Ubuntu
|
||||||
- libreadline-dev
|
|
||||||
- openssl-dev
|
- gcc
|
||||||
- libncurses-dev
|
- libncurses-dev
|
||||||
|
- libreadline-dev
|
||||||
|
- make
|
||||||
|
- openssl-dev
|
||||||
|
|
||||||
### 2. Redhat/CentOS
|
### 2. Redhat/CentOS
|
||||||
- readline-devel
|
- gcc
|
||||||
- libssl-dev
|
- openssl-devel
|
||||||
|
- make
|
||||||
- ncurses-devel
|
- ncurses-devel
|
||||||
|
- readline-devel
|
||||||
## Compile and install
|
## Compile and install
|
||||||
|
|
||||||
The download and build instruction is following:
|
The download and build instruction is following:
|
||||||
|
Loading…
Reference in New Issue
Block a user