summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2019-12-14 19:45:22 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2019-12-14 19:46:00 +0100
commit6b16616e3a646a5fe3046434a54f9e673c1c0db6 (patch)
treedd2590aeb1e137431d88b637f20346535fc42871
parentUpdate to c++17 (diff)
downloadnheko-6b16616e3a646a5fe3046434a54f9e673c1c0db6.tar.xz
Update README
[skip-ci]
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md

index 1179463d..599f88e4 100644 --- a/README.md +++ b/README.md
@@ -79,7 +79,7 @@ sudo apk add nheko flatpak install flathub io.github.NhekoReborn.Nheko ``` -#### macOS (10.12 and above) +#### macOS (10.14 and above) with [macports](https://www.macports.org/) : @@ -100,8 +100,8 @@ sudo port install nheko - [libolm](https://git.matrix.org/git/olm) - [libsodium](https://github.com/jedisct1/libsodium) - [spdlog](https://github.com/gabime/spdlog) -- A compiler that supports C++ 14: - - Clang 5 (tested on Travis CI) +- A compiler that supports C++ 17: + - Clang 6 (tested on Travis CI) - GCC 7 (tested on Travis CI) - MSVC 19.13 (tested on AppVeyor) @@ -135,17 +135,17 @@ sudo pacman -S qt5-base \ sudo emerge -a ">=dev-qt/qtgui-5.9.0" media-libs/fontconfig ``` -##### Ubuntu (e.g 14.04) +##### Ubuntu (e.g 16.04) ```bash -sudo add-apt-repository ppa:beineri/opt-qt592-trusty +sudo add-apt-repository ppa:beineri/opt-qt592-xenial sudo add-apt-repository ppa:george-edison55/cmake-3.x sudo add-apt-repository ppa:ubuntu-toolchain-r-test sudo apt-get update sudo apt-get install -y g++-7 qt59base qt59svg qt59tools qt59multimedia cmake liblmdb-dev libsodium-dev ``` -##### macOS (Xcode 8 or later) +##### macOS (Xcode 10.2 or later) ```bash brew update