Qt installation on MacBook Pro
-
I have just got a new MacBook Pro, I've updated the operating system and installed Xcode. I would like to install Qt, are they're any good guides as the one I tried to follow doesn't explain how to get cmake which isn't present.
Mac About:
macOS Monterey Version 12.5 MacBook Pro (13-inch, M1, 2020) Chip Apple M1 Memory 8 GB
Xcode version 13.4.1 (13F100)
[Edit] I didn't realise I had to run Xcode in order to complete the installation, however, still no cmake.
[Edit2] Installed homebrew, https://brew.sh
[Edit3] Found https://web.stanford.edu/dept/cs_edu/resources/qt/install-mac working through it.Last edit (Edit3) and now its all installed.
-
Hi,
If using the online installer, you have cmake as well as ninja available under "Developer and Designer Tools".
-
you can download it from here as well. Build and install are simple. I often use the one here. Do not forget to build cmake-gui(enable its flag) at the same time which can be useful sometimes.
https://cmake.org/download/ -
So you have everything working ?
If so, then please mark the thread as solved :-)