From 71ecd229ffe1be5884b453edeb99b1ae1b3d949c Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 24 May 2019 16:53:57 +0100 Subject: [PATCH] dark magic runes --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6db1f6d..b22ad51 100644 --- a/README.md +++ b/README.md @@ -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#(EXTERNAL)##' $(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 ```