Version 7 (modified by 3 years ago) (diff) | ,
---|
Table of Contents
Prerequisites
- Visual Studio 2017 Community (make sure to install SDK 10.0.17134)
- Strawberry Perl
Build steps
- Clone openvpn-build repo:
> git clone git@github.com:OpenVPN/openvpn-build.git
- Clone openvpn repo:
> git clone git@github.com:OpenVPN/openvpn.git
- Build OpenVPN with dependencies:
openvpn-build\msvc\build.bat
- Development environment is ready. Open solution file in Visual Studio (select "x64" in "Solution Platforms") :
openvpn\openvpn.sln
and start coding!