tarickb / sasl-xoauth2

SASL plugin for XOAUTH2
Other
72 stars 20 forks source link

Document how to build from source for Ubuntu #21

Closed rrthomas closed 2 years ago

rrthomas commented 2 years ago

Building from source with the default install paths for cmake does not work: the plugin has to be installed under the system paths, not /usr/local.

Hence:

cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_SYSCONFDIR=/etc

This could usefully be added to the docs.

Thanks for sasl-xoauth2!