1
0
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:
Moataz Elmasry 2017-11-21 00:18:41 +01:00
parent 413bdab41e
commit ba92fc6a2d

14
README
View File

@ -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: