Install MonoGame 3.7.1 on Linux Mint 19.2 Tina Cinnamon

So I have to install .NET Core SDK for that I guess? You’re right, creating templates from the command line should be fine for Linux users.

Edit: I installed the .NET Core SDK 3.1 as described here


with the package manger like this

# Register Microsoft key and feed
wget -q https://packages.microsoft.com/config/ubuntu/19.10/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
# Install the .NET Core SDK
sudo apt-get update
sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install dotnet-sdk-3.1

I can now generate templates from the command line. But since I already had MonoGame installed before with templates available in Mono Develop I am not sure where they should be created if this would not have been the case?

@harry-cpp A tutorial on compiling the shaders with wine would be great. If you have time please do it :slight_smile: