Blame docs/README.macOS

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