From 0b01a3541e483ea3fcbd6c0f1586a063310b75f9 Mon Sep 17 00:00:00 2001 From: Takenobu Tani Date: Tue, 30 Apr 2019 11:23:26 +0900 Subject: Update `$(TOP)/*.md` documents I updated the top documents to the latest status: - HACKING.md: - Modify Phabricator to GitLab infomation - Remove old Trac information - Add link to GitLab activity - MAKEHELP.md: - Add link to hadrian wiki - Fix markdown format - INSTALL.md: - Modify boot command to remove python3 - Fix markdown format - README.md: - Modify tarball file suffix - Fix markdown format I checked the page display on the GitHub and GitLab web. [skip ci] --- INSTALL.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 08b7048cc1..88d433ecc7 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 + $ ./boot $ ./configure $ make $ make install @@ -31,7 +31,7 @@ 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 +The `./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. @@ -43,6 +43,6 @@ It can take a long time. To customise the build, see the file References ========== - [1] http://www.haskell.org/ghc/ - [2] https://gitlab.haskell.org/ghc/ghc/wikis/building/preparation - [3] http://www.haskell.org/haddock/ + - [1] http://www.haskell.org/ghc/ + - [2] https://gitlab.haskell.org/ghc/ghc/wikis/building/preparation + - [3] http://www.haskell.org/haddock/ -- cgit v1.2.1