I wanted to try out MonoGame for the first time, so I installed all the dependencies following this guide. But, MonoGame 3.3 does not have a Linux download, so I cloned the git repo.
After cloning the git repo I ran mono Protobuild.exe
, which generated the project files for MonoGame. Then I ran xbuild MonoGame.Framework.Linux.sln
to try and compile it. Turns out that I’m missing OpenTk assemblies.
As I’m quite new to C#, Mono and all of this, if someone could tell me step by step how to add OpenTK assemblies to the project and compile MonoGame for Linux, it would be great!