Skip to content

Amebis/openvpn-build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenVPN project buildsystems

TravisCI status AppVeyor status

About

These directories contain scripts to help build and package OpenVPN and its dependencies for various hardware platforms and operating systems. You do not need any of these scripts if you're building a native version of OpenVPN on a UNIX-like or Windows operating system.

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 "windows-msi" subdir contains scripts to build and package OpenVPN on Windows for Windows.

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.

Patches

The "generic/patches" directory contains patches applied to OpenVPN or its dependencies ("products") before starting the build. The product name is determined from the first part of the patch filename before a dash ("-").

Currently patches are blindly applied regardless of the production version. This is mostly a problem with OpenSSL where differences between releases may be large enough to cause patching failures. In those cases the offending patch can be safely disabled. In particular, OpenSSL 1.1.0j requires a Makefile patch that will fail on OpenSSL 1.1.1. That patch will be removed once upstream has fixed the problem.

Releases

No releases published

Packages

No packages published

Languages

  • NSIS 31.7%
  • JavaScript 30.3%
  • Shell 29.0%
  • PowerShell 4.7%
  • Batchfile 2.6%
  • M4 1.7%