Skip to content

Install libotr ng on Mac OSX 10.13.x or higher

Sofía Celi edited this page Sep 23, 2019 · 2 revisions

There are several problems that one can encounter when trying to install the library on Mac OSX 10.13.x or higher.

Autoconf

It is not enough to do brew install autoconf. You will also need to install automake and libtool. See more about it here.

Libotr

The usual prefix for installation defined on the INSTALL document of libotr will not work for MacOS, as it is explained here. You will need to use this command: ./configure --with-pic --prefix=/usr/local --mandir=/usr/local/share/man

Clone this wiki locally