Skip to content

Commit a39d9f2

Browse files
authored
Merge pull request #21431 from MaxHorstmann/master
- add missing curl/wget dependency to "Build ASP.NET Core from Source" doc page
2 parents 9720e8a + 95ca7b8 commit a39d9f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/BuildFromSource.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Building ASP.NET Core on macOS or Linux requires:
4242
* If using macOS, you need macOS Sierra or newer.
4343
* If using Linux, you need a machine with all .NET Core Linux prerequisites: <https://docs.microsoft.com/en-us/dotnet/core/linux-prerequisites>
4444
* 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>
4546
* Git <https://git-scm.org>
4647
* NodeJS. LTS version of 10.14.2 or newer <https://nodejs.org>
4748
* Java Development Kit 11 or newer. Either:

0 commit comments

Comments
 (0)