wget -c https://otr.cypherpunks.ca/libotr-4.1.1.tar.gz
tar -xzf libotr-4.1.1.tar.gz
cd libotr-4.1.1
./configure --prefix="/usr"
make # Doesn't mind -j#
make install