[SOLVED] Building monogame from source

What was the command to automatically get all the third party binaries downloaded to the right spot?

I’ve cloned the repo and installed cake but it won’t build cus it cant find “NVorbis” etc…

(Wasn’t there a guide on how to compile monogame from source in the docs? I can’t find it anymore.)

Thanks!

My bad, it’s clearly described in the README.md:

git submodule update --init

1 Like