ARBI BOT

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
mono-devel_installation [2018/01/21 19:54]
administrator
— (current)
Line 1: Line 1:
  
----- 
-Mono-devel package installation: 
- 
----- 
- 
-You need the nightly build (Version 5.11.0.247). 
- 
-Installing mono-devel on Ubuntu: 
-<code>sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF   
-echo "deb http://download.mono-project.com/repo/ubuntu nightly-xenial main" | sudo tee /etc/apt/sources.list.d/mono-official.list 
-sudo apt-get update 
-sudo apt-get install mono-devel</code>