From a52fac79ce8c3a490dbf2c74e5d2ca828a9e7b05 Mon Sep 17 00:00:00 2001 From: Juan Pablo Arce Date: Fri, 15 Dec 2017 11:58:07 -0300 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ba19b46d..f4a97ce5d 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,9 @@ Before downloading the source code, please read the [EULA](EULA.txt). **Wiki:** http://barotrauma.gamepedia.com/Barotrauma_Wiki ## Prerequisities: +### Windows - [Visual Studio](https://www.visualstudio.com/vs/community/) with C# 6.0 support (VS 2015 or later recommended) -- [MonoGame 3.6](http://www.monogame.net/downloads/) +### Linux +- [Mono 5.4](www.mono-project.com) +- [MonoDevelop 6](http://www.monodevelop.com/) + - *Note: See http://community.monogame.net/t/installing-monogame-3-6-on-linux/8811 to get this version of MonoDevelop if your distro's package distribution suite is outdated.*