Browse Source

update macos build instructions

environments/review-jsparber-h-cxnwl8/deployments/1
Matthew Hodgson 8 years ago
parent
commit
157d971258
  1. 10
      README.md

10
README.md

@ -24,16 +24,12 @@ sudo ninja -C _build install
### macOS
```
brew install gtk3+ dbus bash
brew install gtk3+ dbus bash adwaita-icon-theme
# empirically needs 3.22.19 or later of gtk3+
# ...and run configure as:
/usr/local/bin/bash -c meson . _build --prefix=/usr/local
/usr/local/bin/bash -c "meson . _build --prefix=/usr/local"
make
```
You may also need to comment out the `notification.show` block in
`./fractal-gtk/src/app.rs` as apparently `notification.wait_for_action`
is missing on MacOS.
## Supported m.room.message (msgtypes)
msgtypes | Recv | Send

Loading…
Cancel
Save