diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-03-05 17:32:33 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-03-05 17:32:33 +0100 |
commit | 8dad8afa09a3740dd90bd70917ff93a63098e576 (patch) | |
tree | 9b7917169e66fe6c43869f79ad4c3d8fbba56cde /INSTALL.md | |
parent | 19431ba192c3b95726c7297c96494ba6397879ef (diff) | |
download | dabmux-8dad8afa09a3740dd90bd70917ff93a63098e576.tar.gz dabmux-8dad8afa09a3740dd90bd70917ff93a63098e576.tar.bz2 dabmux-8dad8afa09a3740dd90bd70917ff93a63098e576.zip |
Compile under OSX
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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: =========================== |