FreeRDP/docs
Bernhard Miklautz fe36cd90ea macOS: add a README file
Add a README file containing some notes about building FreeRDP on macOS
related to openssl.
2017-09-23 14:14:06 +02:00
..
Doxyfile docs: Make doxygen silent 2016-07-17 23:11:15 +02:00
FreeRDP.vsd docs: update visio document with core graphical objects 2011-10-25 02:46:24 -04:00
PrintFormatSpecifiers.md ctest for int format specifiers and usage doc 2016-12-16 14:20:30 +01:00
README.android Added android release build configurations. 2017-01-16 15:25:20 +01:00
README.directfb directfb: print "unmaintained" build warning 2013-06-18 12:29:30 +02:00
README.ios ios: update openssl build script 2015-06-09 13:02:44 +02:00
README.macOS macOS: add a README file 2017-09-23 14:14:06 +02:00
valgrind.supp channels: patch rdpdr/smartcard valgrind leaks, fix hang on disconnect 2014-12-28 14:56:13 -05:00
wlog.md wlog: change variable naming and fix documentation 2015-11-10 12:05:23 +01:00

README.macOS

Starting with "El Capitan" Apple removed the openssl headers. Therefore it's
required to build openssl manually upfront. For example by using MacPorts or Homebrew.
To build FreeRDP against this library it's required to set the PKG_CONFIG_PATH
pointing to the openssl root directory befor building.
For example with brew it would look like this:

export PKG_CONFIG_PATH=$(brew --prefix)/opt/openssl/lib/pkgconfig