Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Brew install qt does not work on macOS Sierra

Tags:

I upgraded my mac to Sierra and I can't install qt. I wrote "brew install qt" and I received the message below. Do you have any recommendations?

"This formula either does not compile or function as expected on macOS versions newer than El Capitan due to an upstream incompatibility. Error: An unsatisfied requirement failed this build."

like image 245
baturay ofluoglu Avatar asked Sep 25 '16 18:09

baturay ofluoglu


People also ask

Does Qt work on macOS?

Instead, macOS uses its own native windowing system that is accessible through the Cocoa API. To download and install Qt for macOS, follow the instructions on the Getting Started with Qt page. To build Qt from source, see Qt for macOS - Building from Source.

Where does Qt install Mac?

To configure the Qt library for your machine type, run the ./configure script in the package directory. By default, Qt is configured for installation in the /usr/local/Trolltech/Qt-4.8.


1 Answers

if you really need qt4, you can try

brew install cartr/qt4/qt

like image 69
M_Igashi Avatar answered Sep 28 '22 11:09

M_Igashi