0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-19 19:52:15 +02:00

Update Build instructions for OSX

The existing instructions didn't work, and expected a couple of steps which I found and added.

Reviewed-by: David Sommerseth <davids@openvpn.net>
Reviewed-by: Lev Stipakov <lev@openvpn.net>
This commit is contained in:
Mike 2019-10-02 15:40:45 -06:00 committed by David Sommerseth
parent 1b92069834
commit 390154d0e4
No known key found for this signature in database
GPG Key ID: 86CF944C9671FDF2

View File

@ -117,6 +117,7 @@ not required for Mac builds.
Build the dependencies::
$ DL=~/Downloads
$ OSX_ONLY=1 $O3/core/scripts/mac/build-all
Now build the OpenVPN 3 client executable::
@ -125,7 +126,7 @@ Now build the OpenVPN 3 client executable::
$ . vars/vars-osx64
$ . vars/setpath
$ cd test/ovpncli
$ MTLS=1 LZ4=1 build cli
$ MTLS=1 LZ4=1 ASIO=1 build cli
This will build the OpenVPN 3 client library with a small client
wrapper (``cli``). It will also statically link in all external