Emulator Issues #13098
closeddolphin source on Gentoo fails on Externals/minizip, zlib-ng, spirv_cross, libspng
0%
Description
Trying to build dolphin from source results in a failed build due to missing dependencies: minizip, zlib-ng, spirv_cross, and libspng.
Files
Updated by pokechu22 over 2 years ago
It looks like it isn't cloning the submodules for those dependencies (but it is cloning for mgba). I don't really know how Gentoo works, but this might be an issue with their buildscripts?
Updated by recompiler over 2 years ago
pokechu22 wrote in #note-1:
It looks like it isn't cloning the submodules for those dependencies (but it is cloning for mgba). I don't really know how Gentoo works, but this might be an issue with their buildscripts?
So if I were to build from the github source manually how would I go about including the minizip, zlib-ng, spirv_cross, libspng programs into the build process for dolphin to see them while compiling?
Updated by AdmiralCurtiss over 2 years ago
git submodule update --init --recursive
Updated by Anonymous over 2 years ago
Can be closed(?) (but it would be nice if cmake automagically handled submodules, maybe :))
Updated by Billiard26 about 1 year ago
- Status changed from New to Working as intended