diff options
author | Felix Simkovic <felixsimkovic@me.com> | 2018-08-31 10:54:11 +0100 |
---|---|---|
committer | Felix Simkovic <felixsimkovic@me.com> | 2018-08-31 10:54:11 +0100 |
commit | cc691f9b4d3059e219dd4d5b02462634f3553e54 (patch) | |
tree | f346c39b6324058ad9815a362392b32714e2dace /README | |
parent | aaae8d4b296e0030607f5f8338ce9255c51ed8e6 (diff) |
OS X installation instructions added
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |