May I know how I can build this project. I encounter this when try to run make. Thanks in advance!
#comment this out if you are hacking on the code or compilation will take forever
#make --no-print-directory -C include/Plutonium -f Makefile lib
sdInstall.cpp
In file included from /data/source/sdInstall.cpp:41:
/data/include/ui/MainApplication.hpp:2:10: fatal error: pu/Plutonium: No such file or directory
2 | #include <pu/Plutonium>
| ^~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [/opt/devkitpro/devkitA64/base_rules:14: sdInstall.o] Error 1
make: *** [Makefile:176: build] Error 2
May I know how I can build this project. I encounter this when try to run
make
. Thanks in advance!