Blame docs/README.macOS

Packit 1fb8d4
Starting with "El Capitan" Apple removed the openssl headers. Therefore it's
Packit 1fb8d4
required to build openssl manually upfront. For example by using MacPorts or Homebrew.
Packit 1fb8d4
To build FreeRDP against this library it's required to set the PKG_CONFIG_PATH
Packit 1fb8d4
pointing to the openssl root directory befor building.
Packit 1fb8d4
For example with brew it would look like this:
Packit 1fb8d4
Packit 1fb8d4
export PKG_CONFIG_PATH=$(brew --prefix)/opt/openssl/lib/pkgconfig