From b912b24745abf2612c071caa5fdbd231c2f03bca Mon Sep 17 00:00:00 2001 From: Mateo <66989235+KookiesGH@users.noreply.github.com> Date: Sat, 29 Aug 2020 11:24:23 -0600 Subject: [PATCH] removed WX dependencies, as Dolphin doesn't need them anymore --- Building-for-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 5ea3cd8..21de4f9 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -4,7 +4,7 @@ ## Dependencies ### 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 portaudio19-dev` +`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 libpangocairo-1.0-0 libgtk2.0-dev libbluetooth-dev qt5-default qtbase5-private-dev libudev-dev portaudio19-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.