diff --git a/LinuxSetup.md b/LinuxSetup.md index 2ecc9a8f..14152c90 100644 --- a/LinuxSetup.md +++ b/LinuxSetup.md @@ -48,6 +48,11 @@ Note if the command is not be initiated, hit **Enter**
echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list
 
+**2.5)** +*ONLY DEBIAN 8 and later* +
echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list
+
+ **3)**
apt-get install mono-devel