Delta icon indicating copy to clipboard operation
Delta copied to clipboard

Missing submodules - Not able to compile

Open CarloAmbrogi opened this issue 3 years ago • 1 comments

In https://github.com/snes9xgit/snes9x/tree/c3fa4009a3ce9724d8d5dc7646b1eed20f91234b/win32/libpng -> src @ b78804f and in https://github.com/rileytestut/N64DeltaCore/tree/e598f512b498e1b639a8d2134113169f4b8d0d26/Mupen64Plus -> libpng @ 8439534 there are two non-clickable (missing) submodules! Please fix so that I can compile the app! Schermata 2022-06-17 alle 12 51 50 Schermata 2022-06-17 alle 12 51 57

CarloAmbrogi avatar Jun 17 '22 10:06 CarloAmbrogi

These are not clickable in Github as this git repository is hosted on a non-Github server.

The libpng git repo referred by both of these is at: git.code.sf.net/p/libpng/code The source files can be downloaded separately here: http://www.libpng.org/pub/png/libpng.html (but doing it this way would require you to manually find the right commit hashes)

The intended way to clone the repo is to use git submodule update --init --recursive after cloning the repo (step 2 here), which automatically will check out the code from these submodules. Github has more info on submodules here.

vgmoose avatar Jun 22 '22 01:06 vgmoose