From 989543892f10c5d973620b0d90576b67a8173b45 Mon Sep 17 00:00:00 2001 From: Matteo Guarnerio Date: Wed, 24 Jun 2015 22:39:35 +0200 Subject: [PATCH 1/2] Added gcc dependency for Compiling and installing grit section Added explicit dependency on README for gcc. It is required for running cabal install gitit as stated here: https://github.com/jgm/gitit/issues/500 --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 149b34440..01bcdabef 100644 --- a/README.markdown +++ b/README.markdown @@ -47,7 +47,7 @@ Getting started Compiling and installing gitit ------------------------------ -You'll need the [GHC] compiler and the [cabal-install] tool. GHC can +You'll need the [GHC] compiler, the [cabal-install] tool and the [gcc](https://gcc.gnu.org). GHC can be downloaded [here]. Note that, starting with release 0.5, GHC 6.10 or higher is required. For [cabal-install] on *nix, follow the [quick install] instructions. From e644129352d4a5ded386ebe119e64924485f3729 Mon Sep 17 00:00:00 2001 From: Matteo Guarnerio Date: Mon, 29 Jun 2015 22:15:37 +0200 Subject: [PATCH 2/2] Improved gcc web link using previous README styles --- README.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 01bcdabef..9c65b7724 100644 --- a/README.markdown +++ b/README.markdown @@ -47,12 +47,13 @@ Getting started Compiling and installing gitit ------------------------------ -You'll need the [GHC] compiler, the [cabal-install] tool and the [gcc](https://gcc.gnu.org). GHC can +You'll need the [GHC] compiler, the [cabal-install] tool and the [gcc]. GHC can be downloaded [here]. Note that, starting with release 0.5, GHC 6.10 or higher is required. For [cabal-install] on *nix, follow the [quick install] instructions. [GHC]: http://www.haskell.org/ghc/ +[gcc]: https://gcc.gnu.org [here]: http://www.haskell.org/ghc/ [cabal-install]: https://wiki.haskell.org/Cabal-Install [quick install]: https://wiki.haskell.org/Cabal-Install#Unix