From eaa7895a4fea2303bb74567d0317556f9202a6a2 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 10 Apr 2019 12:00:56 -0700 Subject: [PATCH] Make NodeJS and Java required to build (#9206) --- docs/BuildFromSource.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/BuildFromSource.md b/docs/BuildFromSource.md index 6d3f6631d4..765a062dad 100644 --- a/docs/BuildFromSource.md +++ b/docs/BuildFromSource.md @@ -19,9 +19,8 @@ Building ASP.NET Core on Windows requires: PS> ./eng/scripts/InstallVisualStudio.ps1 ``` * Git. -* (Optional) some optional components, like the SignalR Java client, may require - * NodeJS. LTS version of 10.14.2 or newer recommended - * Java Development Kit (JDK) v8 with Java Runtime Environment (JRE) v8. See https://www.oracle.com/technetwork/java/javase/downloads/index.html +* NodeJS. LTS version of 10.14.2 or newer +* Java Development Kit (JDK) v8 with Java Runtime Environment (JRE) v8. See https://www.oracle.com/technetwork/java/javase/downloads/index.html ### macOS/Linux @@ -31,11 +30,10 @@ Building ASP.NET Core on macOS or Linux requires: * If using Linux, you need a machine with all .NET Core Linux prerequisites: * At least 10 GB of disk space and a good internet connection (our build scripts download a lot of tools and dependencies) * Git -* (Optional) some optional components, like the SignalR Java client, may require - * NodeJS. LTS version of 10.14.2 or newer recommended - * Java Development Kit 10 or newer. Either: - * OpenJDK - * Oracle's JDK +* NodeJS. LTS version of 10.14.2 or newer +* Java Development Kit 10 or newer. Either: + * OpenJDK + * Oracle's JDK ## Clone the source code