Skip to content

Installing the OSX Toolchain

Daniel W. Crompton edited this page Dec 28, 2018 · 2 revisions

To set up the Toolchain on OSX Darwin you need to run the following with homebrew

brew install cmake python
brew install boost --with-python
brew boost-python3 qt5 gperf git libftdi

Next you need to edit QT5_PREFIX in summon-fpga-tools.sh (line 201) and put in the full path to qt5 (/usr/local/Cellar/qt5/)

QT5_PREFIX=/usr/local/Cellar/qt/5.11.2
Clone this wiki locally