From 9476e7ce623661f377964995c9ad55ad91ac2dcb Mon Sep 17 00:00:00 2001 From: cobalt2727 <60624944+cobalt2727@users.noreply.github.com> Date: Sat, 26 Sep 2020 11:01:11 -0400 Subject: [PATCH] weird edge case fixes - confirmed with Linux Mint 19, GalliumOS 3.1, and just plain old 18.04 --- Building-for-Linux.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 21de4f9..071bd45 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -6,6 +6,11 @@ ### 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 libpangocairo-1.0-0 libgtk2.0-dev libbluetooth-dev qt5-default qtbase5-private-dev libudev-dev portaudio19-dev` +In some cases on Ubuntu 18.04 or distros based off of it, if your build fails, try the following: +`sudo apt remove liblzma-dev libzstd-dev` +You can reinstall them after Dolphin builds successfully. + + 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