dark magic runes

This commit is contained in:
Matthew Hodgson 2019-05-24 16:53:57 +01:00
parent b3b2a35bfd
commit 71ecd229ff

View File

@ -35,11 +35,18 @@ Do note that man pages can't be installed with pip.
For instance, on macOS, this means:
```bash
brew install dbus
sudo perl -pi -e's#(<auth>EXTERNAL</auth>)#<!--$1-->#' $(brew --prefix dbus)/share/dbus-1/session.conf
brew services start dbus
# it may be necessary to restart now to get the whole OS to pick up the
# existence of the dbus daemon
git clone https://gitlab.matrix.org/matrix-org/olm
(cd olm; make)
git clone https://github.com/matrix-org/pantalaimon
brew install dbus
(cd pantalaimon; CFLAGS=-I../olm/include LDFLAGS=-L../olm/build/ python3 setup.py install)
export DBUS_SESSION_BUS_ADDRESS=unix:path=$(launchctl getenv DBUS_LAUNCHD_SESSION_BUS_SOCKET)
DYLD_LIBRARY_PATH=../olm/build/ pantalaimon
```