Browse Source

Updates to OS X build instructions

* Correct the gtk+3 name for Homebrew
* Makefile is not present
environments/review-jsparber-h-cxnwl8/deployments/1
Michael Snoyman 8 years ago
parent
commit
9ade049538
No known key found for this signature in database
GPG Key ID: A048E8C057E86876
  1. 5
      README.md

5
README.md

@ -26,11 +26,12 @@ sudo ninja -C _build install
### macOS
```sh
brew install gtk3+ dbus bash adwaita-icon-theme
brew install gtk+3 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"
make
ninja -C _build
sudo ninja -C _build install
```
## Supported m.room.message (msgtypes)

Loading…
Cancel
Save