From 3097282777a28770f0d597355e33b45d2f11e1d4 Mon Sep 17 00:00:00 2001 From: Matthew Pickering <matthewtpickering@gmail.com> Date: Mon, 23 Jan 2023 08:44:42 +0000 Subject: [PATCH] docs: Update INSTALL.md Removes references to make. Fixes #22480 --- INSTALL.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 88d433ecc7ff..45fe5427b09e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -20,15 +20,14 @@ Quick start: the following gives you a default build: $ ./boot $ ./configure - $ make - $ make install + $ ./hadrian/build On Windows, you need an extra repository containing some build tools. These can be downloaded for you by configure. This only needs to be done once by running: $ ./configure --enable-tarballs-autodownload -You can use Make's `-jN` option to parallelize the build. It's generally best +You can use `-jN` option to parallelize the build. It's generally best to set `N` somewhere around the core count of the build machine. The `./boot` step is only necessary if this is a tree checked out from -- GitLab