summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-01-16 01:37:37 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-01-16 01:37:37 +0100
commit853923916fe951c5a5f986bed1efbe2e46d1dbad (patch)
tree1cd48b7e38957132189435860e2725a3a02e2008 /README.md
parentReduce memory usage and make room switching quicker (diff)
downloadnheko-853923916fe951c5a5f986bed1efbe2e46d1dbad.tar.xz
Fix deps
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 599f88e4..9994a01f 100644
--- a/README.md
+++ b/README.md
@@ -89,13 +89,13 @@ sudo port install nheko
 
 ### Build Requirements
 
-- Qt5 (5.9 or greater). Qt 5.7 adds support for color font rendering with
+- Qt5 (5.10 or greater). Qt 5.7 adds support for color font rendering with
   Freetype, which is essential to properly support emoji, 5.8 adds some features
-  to make interopability with Qml easier.
+  to make interopability with Qml easier, 5.10 makes sliders actually visible with different palettes.
 - CMake 3.15 or greater. (Lower version may work, but may break boost linking)
 - [mtxclient](https://github.com/Nheko-Reborn/mtxclient)
 - [LMDB](https://symas.com/lightning-memory-mapped-database/)
-- [cmark](https://github.com/commonmark/cmark)
+- [cmark](https://github.com/commonmark/cmark) 0.29 or greater.
 - Boost 1.70 or greater.
 - [libolm](https://git.matrix.org/git/olm)
 - [libsodium](https://github.com/jedisct1/libsodium)