[Git][ghc/ghc][wip/install-md] docs: Update INSTALL.md
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Mon Jan 23 08:45:33 UTC 2023
Matthew Pickering pushed to branch wip/install-md at Glasgow Haskell Compiler / GHC
Commits:
350d92df by Matthew Pickering at 2023-01-23T08:45:08+00:00
docs: Update INSTALL.md
Removes references to make.
Fixes #22480
- - - - -
1 changed file:
- INSTALL.md
Changes:
=====================================
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
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/350d92df66ccc21d4a172d75a2d992617f8c9263
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/350d92df66ccc21d4a172d75a2d992617f8c9263
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230123/3251ed0d/attachment-0001.html>
More information about the ghc-commits
mailing list