Added the part where Qt is needed to compile.

swittk 2020-03-06 04:00:19 +07:00
parent c046ee6aa9
commit 4dffb91abf
1 changed files with 12 additions and 0 deletions

@ -4,6 +4,18 @@ macOS Yosemite (10.10) or newer is required to build Dolphin.
You will need to install "Command Line Tools for Xcode". Installing Xcode itself is optional if you have installed the Command Line Tools.
## Install Qt
Install Qt5 from the qt.io website
The offline installer can be found here. https://www.qt.io/offline-installers
When it comes to selecting components to install, select the Qt prebuilt components for MacOS.
* Before running CMake in the next step, make your you export your Qt5_DIR to the folder in your Qt installation with Qt5Config.cmake in it ( this is usually /<your_qt_installation_folder>/<version>/clang_64/lib/cmake/Qt5 ) by entering in terminal `export Qt5_DIR=<path to Qt5Config>`
## Checkout and Compile Dolphin
To checkout Dolphin's source: