February 2019
Beginner
136 pages
3h 7m
English
There are a variety of ways to get Qt installed on a Mac. To begin the process of installing Qt 5 on your Mac, you need to get Xcode installed on your machine. Issue the following commands on the Terminal:
xcode-select --install
If you get the following output, then you are ready for the next series of steps:
xcode-select: error: command line tools are already installed, use "Software Update" to install updates
HomeBrew is a package management software tool that allows you to easily install Unix tools that don't come shipped with the macOS.
If you don't already have it on your machine, you can install it by issuing the following command in a Terminal:
/user/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install ...
Read now
Unlock full access