@NickB wrote:
I wanted to set up Monogame 3.5 with Monodevelop 5.10 (on Ubuntu 16.04) as a requirement for a game development course, but I've hit multiple roadblocks. I hate to have someone hold my hand through a process, but this whole thing has taken me way too long to try and get right, so I need help.
Here is what I've done:
- installed monodevelop using the software center
- downloaded monogame 3.5 from the site, and ran these lines:
sudo chmod +x monogame-sdk.run
(to make it runnable)sudo ./monogame-sdk.run
This made monogame appear as "installed" as an add-in in monodevelop, and I was then able to open new projects, but there were no templates that appeared, which was something my class required. I tried uninstalling monogame, but I don't remember what command I used. If I try to reinstall monogame 3.5, I get the lines:
Please uninstall any previous versions of MonoGame SDK
so I ran:
/opt/MonoGameSDK/uninstall.sh
in terminal, but the command was not found...
I've been trying to get around this for hours, but to no avail.
Posts: 8
Participants: 3