Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OpenVPN/openvpn-build
OpenVPN Build
https://github.com/OpenVPN/openvpn-build
Last synced: 14 days ago
JSON representation
OpenVPN Build
- Host: GitHub
- URL: https://github.com/OpenVPN/openvpn-build
- Owner: OpenVPN
- Created: 2012-04-26T20:58:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T09:41:30.000Z (15 days ago)
- Last Synced: 2024-10-29T11:39:23.319Z (15 days ago)
- Language: Roff
- Size: 2.6 MB
- Stars: 326
- Watchers: 51
- Forks: 238
- Open Issues: 28
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
Awesome Lists containing this project
README
OpenVPN project buildsystems
#####################################################
.. image:: https://github.com/OpenVPN/openvpn-build/actions/workflows/build.yaml/badge.svg
:target: https://github.com/OpenVPN/openvpn-build/actions
:alt: GitHub Actions statusAbout
**************************************************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:
Directories
**************************************************The "windows-msi" subdir contains scripts to
build and package OpenVPN on Windows for Windows.The "release" subdir contains scripts to prepare
the source tarballs and tag the git repositories.
It also has scripts to orchestrate the other parts
of the build.The "debian-sbuild" subdir contains scripts to build
Debian packages for all supported distributions.Previously there were "windows-nsis" and "generic"
subdirectories available that implemented an
alternative build system for Windows installers
based on mingw cross-compilation. Those build
scripts were removed since they were not maintained
anymore. You can find the last version before removal
in branch release/2.6.Please refer to the README files in the subdirectories
for further information.