mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-01-05 04:41:03 -05:00
dark magic runes
This commit is contained in:
parent
b3b2a35bfd
commit
71ecd229ff
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user