From 9c363b68c8e4c70586d1e465a293133d5f92360a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sun, 5 May 2019 10:41:02 +0200 Subject: [PATCH] C++17 and CMake 3.10+ --- Building-for-Linux.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 7b4d49e..904dccc 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -6,6 +6,8 @@ ### Debian based (Debian, Ubuntu, Kali, etc.): `sudo apt install git cmake ffmpeg libavcodec-dev libevdev-dev libusb-1.0-0-dev libavformat-dev libswscale-dev libsfml-dev libminiupnpc-dev libmbedtls-dev curl libhidapi-dev libwxbase3.0-dev libwxgtk3.0-dev libpangocairo-1.0-0 libgtk2.0-dev libbluetooth-dev qt5-default qtbase5-private-dev libudev-dev` +For 5.0-10149 and newer versions, a C++ compiler with C++17 support (e.g. GCC 7+) and CMake 3.10+ are required. + ## Checkout Dolphin 1. Create a directory to store Dolphin in 2. `cd` into that directory