Build issue

Wanting to try out the latest 3.2 version of MonoGame. I’ve cloned the developer repository and ran protobuild to generate the visual studio projects however when trying to build the projects I’m missing many dependencies including seemingly circular ones like content pipeline requires framework and framework requires content pipeline. What have I missed?
I get the feeling it has to be a stupidly obvious thing but thanks in advance for highlighting it!

Did you get the submodules as well?

git clone git@github.com:mono/MonoGame.git
git submodule init
git submodule update

No. Thanks for that!

I’m assuming it helped. :slight_smile:

Sorry. Yes it did solve it and it builds perfectly now. I knew it would be a stupidly easy solution!

1 Like