(06-02-2020, 07:03 AM)chrisis123 Wrote: Yeah that's basically what I did though I installed serveral dependencies via apt before I build it. I used the guide here as a basis https://dolphin-emu.org/docs/guides/building-dolphin-linux/ (even though it's outdated most of the dependencies are still needed).
I did this more out of curiosity and have since wiped the SD I used...
It was on a newly installed 64 bit Raspberry Pi OS and the GUI runs perfectly, just not usable in any sense...
I was using the one on the wiki this has a lot more dependencies trying it again with these
Edit: note libusb error now with make[2]: *** No rule to make target '/usr/lib/aarch64-linux-gnu/libusb.so', needed by 'Binaries/dolphin-emu-nogui'. Stop.
Double edit
I deleted the cmake files reinstalled libusb rebuilt and now this
Code:
Building CXX object Source/Core/DolphinQt/CMakeFiles/dolphin-emu.dir/MainWindow.cpp.o
/home/pi/dolphin-emu/Source/Core/DolphinQt/MainWindow.cpp:29:10: fatal error: qpa/qplatformnativeinterface.h: No such file or directory
#include <qpa/qplatformnativeinterface.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [Source/Core/DolphinQt/CMakeFiles/dolphin-emu.dir/build.make:361: Source/Core/DolphinQt/CMakeFiles/dolphin-emu.dir/MainWindow.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1838: Source/Core/DolphinQt/CMakeFiles/dolphin-emu.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
