OpenVPN Build
  • NSIS 47.4%
  • Shell 39.2%
  • Batchfile 7.2%
  • JavaScript 6.2%
Find a file
Samuli Seppänen be29cd5c75 Update build parameters to match openvpn-install-2.4.6-I601.exe
Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
2018-04-24 09:35:24 +00:00
generic Update build parameters to match openvpn-install-2.4.6-I601.exe 2018-04-24 09:35:24 +00:00
msvc Added documentation 2013-02-21 15:44:42 +02:00
windows-nsis Update build parameters to match openvpn-install-2.4.6-I601.exe 2018-04-24 09:35:24 +00:00
.appveyor.yml Merge pull request #117 from chipitsine/fix_appveyor 2018-01-23 14:14:26 +02:00
.gitignore Additions to .gitignore 2014-12-01 19:08:01 +00:00
.travis.yml travis-ci: remove not needed openssl-1.1.0 build 2018-03-09 14:39:02 +05:00
CONTRIBUTING.rst Added CONTRIBUTING.rst 2015-10-10 18:04:46 +03:00
README Update README 2015-03-23 11:25:14 +07:00

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.