From 6ca4a35a6d81ac7b2782f90c3d699f15647998da Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 22 Jul 2015 13:58:10 -0700 Subject: [PATCH] docs: download: stack build tips for windows --- doc/site/download.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/site/download.md b/doc/site/download.md index a3bf6bb5e..12a19b502 100644 --- a/doc/site/download.md +++ b/doc/site/download.md @@ -74,8 +74,15 @@ Use cabal Recommended: -1. Download and install [stack](https://github.com/commercialhaskell/stack/wiki/Downloads) -2. `stack --resolver nightly-2015-07-13 install hledger [hledger-web]` +1. Download and install [stack](https://github.com/commercialhaskell/stack/wiki/Downloads) (on windows, choose the 64-bit version if you will be processing [large data](https://github.com/simonmichael/hledger/issues/275)) + +2. `stack --resolver nightly-2015-07-13 setup` + + (if you need GHC, eg on windows. If you're not sure, run the next command and it will tell you) + +3. `stack --resolver nightly-2015-07-13 install hledger` + + (on windows, stack [can't](https://github.com/commercialhaskell/stack/issues/661) install the latest hledger-web yet. `stack install hledger-web-0.24.1` will install an older version) Or: