summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-08-12 19:55:59 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-08-12 19:55:59 +0200
commit9ff484e2e462d613a3e4746d000e1b0c8f3bd7a1 (patch)
tree1a13016ccac10b61aba1c1f88f2a9b949eb96850
parent5f036a39e4781100e1e4ddc86c93e85ca16d0e7a (diff)
Added missing requirement for Mac build process
-rw-r--r--README.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.org b/README.org
index bda0932..e2e47af 100644
--- a/README.org
+++ b/README.org
@@ -27,6 +27,7 @@ Portaudio. These need to be preinstalled.
On OSX, this can be done with Homebrew using
#+BEGIN_SRC sh
+brew install pkg-config
brew install gtk+3
brew install portaudio
#+END_SRC