1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Update README.md

This commit is contained in:
Elias Steurer (Kelteseth) 2018-12-04 17:18:58 +00:00
parent 5fd37c5587
commit 9338d29ab3

View File

@ -52,16 +52,13 @@ sudo zypper install -t pattern devel_basis
- Qt 5.11.2 - Qt 5.11.2
- GCC - GCC
- Qt WebEngine - Qt WebEngine
- Tools
- Qt Creator 4.x CDB Debugger Support
### OSX ### OSX
1. Install XCode via the app store 1. Install XCode via the app store
2. Launch XCode and install the XCode command line tools. (This may take a few minutes) 2. Launch XCode and install the XCode command line tools. (This may take a few minutes)
- If in doubt or unsure, execute 'xcode-select --install' - If in doubt or unsure, execute 'xcode-select --install'
2. [Download and install Qt 5 binary installer from qt.io](https://www.qt.io/download-qt-installer) 3. [Download and install Qt 5 binary installer from qt.io](https://www.qt.io/download-qt-installer)
- Install the Maintaince tool - Install the Maintaince tool
- Select the following features to install: - Select the following features to install:
- Qt 5.11.2 - Qt 5.11.2
- Qt WebEngine - Qt WebEngine
- Tools 4. Change your default kit: QtCreator -> Options -> Kits -> Select your default kit (Desktop Qt 5.11.2) -> Change c and c++ Compiler to Apple Clang (x86_64)
- Qt Creator 4.x CDB Debugger Support