Huntereb / Awoo-Installer

A No-Bullshit NSP, NSZ, XCI, and XCZ Installer for Nintendo Switch
GNU General Public License v3.0
1.55k stars 133 forks source link

Compile issue. #187

Open dong2dong3 opened 1 year ago

dong2dong3 commented 1 year ago

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
impeeza commented 1 year ago

You need plutonium clone on the repo. Use git clone --recursive and or manually clone plutonium on /include/plutonium