You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
27
27
sudo apt-get update
28
+
sudo apt-get install Mono-Complete
28
29
```
29
30
30
-
After that either `apt-get upgrade` or `apt-get install Mono-Complete` depending on whether you have Mono installed already.
31
-
32
-
33
31
### Get libuv
34
32
35
33
[Libuv](https://github.com/libuv/libuv) is a multi-platform asynchronous IO library that is used by the [KestrelHttpServer](https://github.com/aspnet/KestrelHttpServer) that we will use to host our web applications.
0 commit comments