mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Document minimum Qt 5.10 requirement
This commit is contained in:
parent
55a5d4fa65
commit
2393ae62af
|
@ -1,5 +1,7 @@
|
||||||
# Linux
|
# 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
|
## Ubuntu 18.04
|
||||||
*most likely works the same for other Debian-like distros*
|
*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`
|
1. Install dependencies (and the C++ IDE Qt Creator) `sudo apt install qtcreator qtmultimedia5-dev libqt5svg5-dev libboost-dev libssl-dev libboost-system-dev`
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Building on macOS
|
# 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
|
1. Install Xcode and Xcode Command Line Utilites
|
||||||
2. Start Xcode, settings -> Locations, activate your Command Line Tools
|
2. Start Xcode, settings -> Locations, activate your Command Line Tools
|
||||||
3. Install brew https://brew.sh/
|
3. Install brew https://brew.sh/
|
||||||
|
|
|
@ -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
|
2. Select "Open source" at the bottom of this page
|
||||||
3. Then select "Download"
|
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:
|
### When prompted which components to install:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue