From 9ade04953801e83ccb97cfa3fb157fa11c6631af Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 14 May 2018 16:39:40 +0300 Subject: [PATCH] Updates to OS X build instructions * Correct the gtk+3 name for Homebrew * Makefile is not present --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86c58ec8..e6e14229 100644 --- a/README.md +++ b/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)