mirror of
https://github.com/amnezia-vpn/openvpn-build.git
synced 2026-07-21 18:48:15 +03:00
OpenVPN Build
- NSIS 47.4%
- Shell 39.2%
- Batchfile 7.2%
- JavaScript 6.2%
|
|
||
|---|---|---|
| generic | ||
| msvc | ||
| windows-nsis | ||
| .appveyor.yml | ||
| .gitignore | ||
| .travis.yml | ||
| CONTRIBUTING.rst | ||
| README | ||
OpenVPN project buildsystems
About
These directories contain scripts to help build and
package OpenVPN and its dependencies for various
hardware platforms and operating systems (e.g. Windows,
ARM). You do not need any of these scripts if you're
building a native version of OpenVPN on a UNIX-like
operatingsystem.
Thorough documentation is available in the OpenVPN wiki:
<https://community.openvpn.net/openvpn>
Directories
The "generic" subdir contains scripts to cross-compile
OpenVPN using mingw_w64 (e.g. Linux -> Windows).
The "msvc" subdir is used to compile OpenVPN on Windows
for Windows using Microsoft Visual Studio tools. Please
note that the "msvc" buildsystem is not actively
maintained anymore.
The "windows-nsis" subdir contains scripts to
cross-compile and package OpenVPN for Windows.
Please refer to the README files in the subdirectories
for further information.