Set Qt5.7 as the minimum required version

This commit is contained in:
Konstantinos Sideris 2017-04-27 01:31:51 +03:00
parent 1a82150aa8
commit e3d2db8d67
2 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
sudo add-apt-repository -y ppa:beineri/opt-qt562-trusty
sudo add-apt-repository -y ppa:beineri/opt-qt58-trusty
sudo add-apt-repository -y ppa:george-edison55/cmake-3.x
sudo apt-get update -qq
sudo apt-get install -qq -y qt56base cmake
sudo apt-get install -qq -y qt58base cmake

View File

@ -13,7 +13,8 @@ but you can of course receive and send messages in the rooms that you are a memb
### Requirements
- Qt5 (5.8 is used for development).
- Qt5 (5.7 or greater). Qt 5.7 adds support for color font rendering with
Freetype, which is essential to properly support emoji.
- CMake 3.1 or greater.
- A compiler that supports C++11.
- Clang 3.3 (or greater).
@ -22,16 +23,16 @@ but you can of course receive and send messages in the rooms that you are a memb
##### Arch Linux
```bash
$ sudo pacman -S qt5-base cmake gcc
$ sudo pacman -S qt5-base cmake gcc fontconfig
```
##### Ubuntu 14.04
```bash
$ sudo add-apt-repository ppa:beineri/opt-qt562-trusty
$ sudo add-apt-repository ppa:beineri/opt-qt58-trusty
$ sudo add-apt-repository ppa:george-edison55/cmake-3.x
$ sudo apt-get update
$ sudo apt-get install qt56base cmake
$ sudo apt-get install qt58base cmake
```
##### OSX (Xcode 7 or later)