-
Notifications
You must be signed in to change notification settings - Fork 452
Closed
Description
Hi,
I'm new to C#. I'm trying to build a VPN client for windows using openvpn3.
I have followed the steps for windows and cmake into the build folder.
git clone https://github.com/OpenVPN/openvpn3.git core && cd core
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=<path_to_vcpkg>\scripts\buildsystems\vcpkg.cmake -DVCPKG_OVERLAY_PORTS=deps\vcpkg-ports
cmake --build build --config Release --target ovpncli
I assume next steps are to
- include the correct .hpp files into my winform project
- use the correct class to create the vpn connection using my .ovpn file
Have I got the steps right? where can I find some documentation for doing this?
Metadata
Metadata
Assignees
Labels
No labels