Skip to content

Instantly share code, notes, and snippets.

@Detmud
Created February 20, 2014 10:30
Show Gist options
  • Save Detmud/9110814 to your computer and use it in GitHub Desktop.
Save Detmud/9110814 to your computer and use it in GitHub Desktop.
GNU Radio Build - Brew Mac
CC=/usr/bin/llvm-gcc CXX=/usr/bin/llvm-g++ cmake -DPYTHON_EXECUTABLE=/usr/local/bin/python2.7 -DPYTHON_INCLUDE_DIR=/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Headers/ -DPYTHON_LIBRARY=/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Python -DSPHINX_EXECUTABLE=/usr/local/bin/rst2html-2.7.py ..
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment