diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-04-27 01:31:51 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-04-27 01:31:51 +0300 |
commit | e3d2db8d67adf513ddf806b5d4675d59b8daff1c (patch) | |
tree | 0ee6877c2fc72ebe1485ceeb701a25280629e2f5 /README.md | |
parent | Exclude m.room.member events from initial sync (diff) | |
download | nheko-e3d2db8d67adf513ddf806b5d4675d59b8daff1c.tar.xz |
Set Qt5.7 as the minimum required version
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md index 3db17413..5ddf784f 100644 --- a/README.md +++ b/README.md @@ -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) |