summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2017-05-22 11:50:55 -0400
committerBen Gamari <ben@smart-cactus.org>2017-05-22 11:51:44 -0400
commit0440af6abe592c2366d302d603664fe763ad0828 (patch)
tree4bcbd09d62c9de9a439b2c7723dc7370f3338da3 /INSTALL.md
parentd6686a254293442a633482eae7ca78be968bef58 (diff)
downloadhaskell-0440af6abe592c2366d302d603664fe763ad0828.tar.gz
Rewrite boot in Python
Test Plan: Validate Reviewers: hvr, austin Subscribers: rwbarton, thomie, erikd Differential Revision: https://phabricator.haskell.org/D3567
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 3ae9186874..42bbc1e63d 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -18,7 +18,7 @@ XeLaTex (only for PDF output).
Quick start: the following gives you a default build:
- $ perl boot
+ $ python3 boot
$ ./configure
$ make
$ make install
@@ -31,9 +31,9 @@ Quick start: the following gives you a default build:
You can use Make's `-jN` option to parallelize the build. It's generally best
to set `N` somewhere around the core count of the build machine.
-The `perl boot` step is only necessary if this is a tree checked out
-from git. For source distributions downloaded from GHC's web site,
-this step has already been performed.
+The `python3 boot` step is only necessary if this is a tree checked out from
+git. For source distributions downloaded from GHC's web site, this step has
+already been performed.
These steps give you the default build, which includes everything
optimised and built in various ways (eg. profiling libs are built).