diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-05-26 18:27:37 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-05-26 18:27:37 -0400 |
commit | 7fce4cbc0e0d00352826c5ef1d7f6bf8dbb826b9 (patch) | |
tree | 6ccf8b52da4f1a8e43af21a4a142b3abe403f543 /INSTALL.md | |
parent | 19c4203f12a849e1d468d7c1de5cd6bfe75a4bc1 (diff) | |
download | haskell-7fce4cbc0e0d00352826c5ef1d7f6bf8dbb826b9.tar.gz |
Revert "Rewrite boot in Python"
This reverts commit 0440af6abe592c2366d302d603664fe763ad0828.
Unfortunately this breaks on Windows for tiresome reasons. I'll need to
reevaluate this.
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL.md b/INSTALL.md index 42bbc1e63d..3ae9186874 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: - $ python3 boot + $ perl 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 `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. +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. These steps give you the default build, which includes everything optimised and built in various ways (eg. profiling libs are built). |