summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 7d4bcba..d4cc548 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -49,6 +49,15 @@ that did not yet make its way into a release, you can clone the
* Bootstrap autotools: <pre>% ./bootstrap.sh</pre>
* Then use ./configure as above
+Develop on OSX
+==============
+
+If you want to develop on OSX platform install the necessary build tools
+with brew
+
+ brew install automake boost
+
+raw, edi and udp output are not available.
Advanced install procedure:
===========================