From e2da9419781ca85b9ae9ca3964acb211713d779f Mon Sep 17 00:00:00 2001 From: stormtrooper298 <23707132+stormtrooper298@users.noreply.github.com> Date: Wed, 27 Dec 2017 16:04:53 -0600 Subject: [PATCH] I had to install qtbase5-private-dev otherwise the make install command failed at 95% with 'fatal error: qpa/qplatformnativeinterface.h: No such file or directory' --- 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 6dc0d66..fd3026f 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -6,7 +6,7 @@ ## Dependencies on debian: -`apt install 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` +`apt install 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` ## Checkout Dolphin