mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-19 13:47:49 +00:00
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'
parent
d21a3350dc
commit
e2da941978
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user