Skip to content
Blindauer Emmanuel edited this page Dec 26, 2016 · 20 revisions

Building xrdp on OSX

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.

Prerequisite

Install openssl with brew if not installed

brew install openssl

Build xrdp

... ./configure --prefix=/usr/local PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig

...

Clone this wiki locally