Update mac qt4 installation (#801)

`brew install qt4`  doesn't work, I have tested the proposed changes.
This commit is contained in:
Ayush Goyal 2018-12-20 03:00:51 +05:30 committed by Rick van Hattem
parent 0b2ef9e3f4
commit 22f7be8df0
1 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,9 @@ sudo port install qt4-mac
sudo port install cmake
#sudo port install libusb
#for brew:
sudo brew install qt4-mac
sudo brew tap cartr/qt4
sudo brew tap-pin cartr/qt4
sudo brew install qt@4
sudo brew install cmake
#sudo brew install libusb
cmake -DENABLE_DISPMANX=OFF -DENABLE_SPIDEV=OFF -DENABLE_V4L2=OFF -DENABLE_OSX=ON ..