This week I’ve been working on getting my development environment working again and adding the games I made last year to my Itch.io Page.
The main problem I had was the script that I used last year to install everything hasn’t been kept up to date with the changes in MonoGame v3.8.1 like in the fact they changed over to only use .NET 6, and that the way he was adding .
When you’re just starting out with MonoGame programming on Linux it can be quite daunting especially if you’ve only ever used Visual Studio to create your projects, in this post I will give you a script that will get your project started so you can stop worrying about setting up your project and just get on with it.
It all starts with a new script To get started we need to create a new bash script in your bin folder:-
Getting set up with Mono Game is as easy as running a script thanks to Kwyrky
To make it as easy as possible to install MonoGame on Linux and to have content building work right from the start.
This will work on any Debian based Linux Distribution so Ubuntu and Mint are definitely going to work fine.
We need to start by making sure that we have git installed so open a terminal and type the following command:-
Most Debian based Linux users will just tell you > It’s simple just type “sudo apt update && sudo apt upgrade” But at some point you’re going to want to clean up your package manager and what about FlatPak update?