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'

stormtrooper298 2017-12-27 16:04:53 -06:00
parent d21a3350dc
commit e2da941978

@ -6,7 +6,7 @@
## Dependencies ## Dependencies
on debian: 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 ## Checkout Dolphin