mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Update build requirements on Unix
This commit is contained in:
parent
eeec9a82f6
commit
c222ef525b
@ -18,18 +18,15 @@ This document describes how to build SoftEtherVPN for UNIX based Operating syste
|
|||||||
|
|
||||||
You need to install the following software to build SoftEther VPN for UNIX.
|
You need to install the following software to build SoftEther VPN for UNIX.
|
||||||
|
|
||||||
- Linux, FreeBSD, Solaris or Mac OS X.
|
- [CMake](https://cmake.org)
|
||||||
- GNU Compiler Collection (gcc) and binary utilities. ***
|
- C compiler (GCC, Clang, etc)
|
||||||
- GNU Make (gmake).
|
- C Library (BSD libc, GNU libc, musl libc, etc)
|
||||||
- GNU C Library (glibc).
|
- POSIX threads library (pthread)
|
||||||
- POSIX Threads (pthread).
|
- OpenSSL or LibreSSL (crypto, ssl)
|
||||||
- OpenSSL (crypto, ssl).
|
- make (GNU make, BSD make, etc)
|
||||||
- libiconv.
|
- libiconv
|
||||||
- readline.
|
- readline
|
||||||
- ncurses.
|
- ncurses
|
||||||
|
|
||||||
*It has been noted that clang is also supported as an alternative to gcc.*
|
|
||||||
|
|
||||||
|
|
||||||
## Install requirements on Centos/RedHat
|
## Install requirements on Centos/RedHat
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user