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