forked from OpenVPN/openvpn-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
32 lines (22 loc) · 991 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
OpenVPN project buildsystems
About
This is Openvpn Build.
These directories contain scripts to help build and
package OpenVPN and it's 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.