Merge pull request #318 from MTRNord/patch-1

Add Info for Debian 8 user
This commit is contained in:
Master Kwoth 2016-05-28 22:13:00 +02:00
commit f897b4e212

View File

@ -48,6 +48,11 @@ Note if the command is not be initiated, hit **Enter**
<pre><code class="language-bash">echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list
</code></pre>
**2.5)**
*ONLY DEBIAN 8 and later*
<pre><code class="language-bash">echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list
</code></pre>
**3)**
<pre><code class="language-bash">apt-get install mono-devel
</code></pre>