We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9720e8a + 95ca7b8 commit a39d9f2Copy full SHA for a39d9f2
docs/BuildFromSource.md
@@ -42,6 +42,7 @@ Building ASP.NET Core on macOS or Linux requires:
42
* If using macOS, you need macOS Sierra or newer.
43
* If using Linux, you need a machine with all .NET Core Linux prerequisites: <https://docs.microsoft.com/en-us/dotnet/core/linux-prerequisites>
44
* At least 10 GB of disk space and a good internet connection (our build scripts download a lot of tools and dependencies)
45
+* curl <https://curl.haxx.se> or Wget <https://www.gnu.org/software/wget>
46
* Git <https://git-scm.org>
47
* NodeJS. LTS version of 10.14.2 or newer <https://nodejs.org>
48
* Java Development Kit 11 or newer. Either:
0 commit comments