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
Copy file name to clipboardexpand all lines: GettingStartedDeb.md
+28-1
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,33 @@ The steps to set up a Linux machine are:
59
59
* Add sources to NuGet.config (For package restore)
60
60
61
61
62
+
---
63
+
64
+
### Prerequisites
65
+
66
+
*`Unzip`
67
+
*`Curl`
68
+
69
+
---
70
+
71
+
### Get Unzip
72
+
73
+
`Unzip` is needed to unpack runtime packages.
74
+
75
+
```
76
+
sudo apt-get install unzip
77
+
```
78
+
79
+
### Get Curl
80
+
81
+
`Curl` is a command line tool for transferring data specified with URL syntax.
82
+
83
+
```
84
+
sudo apt-get install curl
85
+
```
86
+
87
+
---
88
+
62
89
### Get Mono
63
90
64
91
Mono is how .NET applications can run on platforms other than Windows. Mono is an ongoing effort to port the .NET Framework to other platforms. In the process of developing ASP.NET 5 we worked with the Mono team to fix some bugs and add features that are needed to run ASP.NET applications. These changes are only in builds of mono that are greater than 4.0.1.
0 commit comments