Skip to content
Snippets Groups Projects
Commit 30972827 authored by Matthew Pickering's avatar Matthew Pickering Committed by Marge Bot
Browse files

docs: Update INSTALL.md

Removes references to make.

Fixes #22480
parent 1957eda1
No related branches found
No related tags found
No related merge requests found
...@@ -20,15 +20,14 @@ Quick start: the following gives you a default build: ...@@ -20,15 +20,14 @@ Quick start: the following gives you a default build:
$ ./boot $ ./boot
$ ./configure $ ./configure
$ make $ ./hadrian/build
$ make install
On Windows, you need an extra repository containing some build tools. 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: These can be downloaded for you by configure. This only needs to be done once by running:
$ ./configure --enable-tarballs-autodownload $ ./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. 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 The `./boot` step is only necessary if this is a tree checked out from
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment