Document minimum Qt 5.10 requirement

This commit is contained in:
RAnders00 2018-10-19 21:39:09 +02:00 committed by pajlada
parent 55a5d4fa65
commit 2393ae62af
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,7 @@
# Linux
Note on Qt version compatibility: If you are installing Qt from a package manager, please ensure the version you are installing is at least **Qt 5.10 or newer**.
## Ubuntu 18.04
*most likely works the same for other Debian-like distros*
1. Install dependencies (and the C++ IDE Qt Creator) `sudo apt install qtcreator qtmultimedia5-dev libqt5svg5-dev libboost-dev libssl-dev libboost-system-dev`

View file

@ -1,5 +1,5 @@
# Building on macOS
#### Note - If you want to develop Chatterino 2 you will also need to install Qt Creator
#### Note - If you want to develop Chatterino 2 you will also need to install Qt Creator (make sure to install **Qt 5.10 or newer**)
1. Install Xcode and Xcode Command Line Utilites
2. Start Xcode, settings -> Locations, activate your Command Line Tools
3. Install brew https://brew.sh/

View file

@ -48,7 +48,9 @@ Note: This installation will take about 200 MB of disk space.
2. Select "Open source" at the bottom of this page
3. Then select "Download"
Note that creating/linking an account with your Qt installation is entirely optional, you may simply click "Skip" in the installer instead of entering any information.
Notes:
- Creating/linking an account with your Qt installation is entirely optional, you may simply click "Skip" in the installer instead of entering any information.
- Installing the latest Qt version is advised for new installations, but if you want to use your existing installation please ensure you are running **Qt 5.10 or later**.
### When prompted which components to install: