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

README.rst: some fixes for macOS instructions

- Fix rst syntax error
- Add pkg-config to list of brew packages to
  install. While here, order them alphabetically.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
This commit is contained in:
Frank Lichtenheld 2022-07-08 16:30:01 +02:00
parent 15343b0133
commit c3129ddac8

View File

@ -132,12 +132,12 @@ Ensure that [homebrew](https://brew.sh/) is set up.
::
$ brew install lz4 openssl cmake asio jsoncpp
$ brew install asio cmake jsoncpp lz4 openssl pkg-config
Now build the OpenVPN 3 client executable:
::
On a ARM64 based Mac:
::
$ cd ~/src/
$ mkdir build-openvpn3
@ -146,6 +146,7 @@ On a ARM64 based Mac:
$ cmake --build .
For a build on a Intel based Mac:
::
$ cd ~/src/
$ mkdir build-openvpn3