You need Xcode or a C/C++ compilation (clang, g++, ..).
Copy past this line in a terminal
```sh
curl -sS https://framagit.org/blaar/blaar/raw/master/developer_tools/standard_osx_blaar_install.sh | sh
```
curl -sS https://framagit.org/blaar/blaar/raw/master/developer_tools/standard_osx_blaar_install.sh | sh
You can do [**step by step**](https://framagit.org/blaar/blaar/blob/master/developer_tools/standard_osx_blaar_install.sh) copying command line by command line. This may be useful to better understand and in case where the installer crash.
If you have a problem at compile time it may be due to a bad configuration of your compiler [**see how to install command line tools mac os x**](http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/)
###Optional modules
#f_gnuplot to draw values of blc_channels
brew install gnuplot --with-qt
git submodule update --init
#f_view_channel to have a gtk interface to view blc_channels (need gtk3, blgtk basic library for gtk3, will be installed)