Skip to content

Help needed #263

Description

@oliverzh

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

  1. include the correct .hpp files into my winform project
  2. 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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions