1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-19 10:10:40 +03:00

Update build requirements on Unix

This commit is contained in:
Koichiro IWAO 2020-03-18 18:26:44 +09:00
parent eeec9a82f6
commit c222ef525b
No known key found for this signature in database
GPG Key ID: 9F72CDBC01BF10EB

View File

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