-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Building on OSX
Blindauer Emmanuel edited this page Dec 26, 2016
·
20 revisions
Building on OSX is for expert users: xrdp builds, but backend are more tricky. You'll need at least openssl from macports or brew: since OSX 10.10, there is no more headers for openssl, but the libs (0.9.8) are still available. By default, linking xrdp against these old libraries will fail.
brew install openssl
...
./configure --prefix=/usr/local PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig
...