aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2018-09-01 13:23:41 +0200
committerGitHub <noreply@github.com>2018-09-01 13:23:41 +0200
commit119b098d752189fe7e319c99f97a12771fa1880f (patch)
treef346c39b6324058ad9815a362392b32714e2dace
parentaaae8d4b296e0030607f5f8338ce9255c51ed8e6 (diff)
parentcc691f9b4d3059e219dd4d5b02462634f3553e54 (diff)
Merge pull request #4 from fsimkovic/master
OS X installation instructions added
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 7bbc3da..6bcba97 100644
--- a/README
+++ b/README
@@ -47,6 +47,9 @@ $ sudo dnf install gtk3-devel
or
$ sudo apt install libgtk-3-dev
+If you're running OS X, please install Homebrew (https://brew.sh), and the all dependencies:
+$ brew install gettext meson ninja gtk+3
+
Then set up the build directory using Meson:
$ meson builddir # where "builddir" is your name for the build directory