district10/cmake-templates

HOWTO: macOS

district10 opened this issue · 0 comments

Install Libs

$ brew install cmake boost qt5 glew opencv

Toggle Qt4 / Qt5

# 4 -> 5
$ brew unlink qt@4
$ brew link qt --force

# 5 -> 4
$ brew unlink qt
Unlinking /usr/local/Cellar/qt/5.9.1... 406 symlinks removed
$ brew link qt@4 --force
Linking /usr/local/Cellar/qt@4/4.8.7_2... 666 symlinks created