From 6afa7e76810aa96b1aacf772e90ccd20d41313c9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 9 Mar 2019 17:54:15 -0800 Subject: [PATCH] ; site: download: links to windows build issues; wording [ci skip] --- site/download.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/site/download.md b/site/download.md index e951e1480..2e51f47a1 100644 --- a/site/download.md +++ b/site/download.md @@ -35,8 +35,8 @@ a { white-space:nowrap; } | |
**Multiplatform** |
*The first three build from source, which is slower. See [Building from source](#b).* |
*This method installs:* | [hledger-install](#b1)
*Linux, Mac, WSL*
*Requires only bash.* | **`curl -sO https://raw.githubusercontent.com/simonmichael/hledger/master/hledger-install/hledger-install.sh`**
**`less hledger-install.sh`** *# satisfy yourself that the script is safe*
**`bash hledger-install.sh`**
| Latest release -| [stack install](#b2)
*Linux, Mac, Windows* | **`stack install --resolver=lts-13 hledger-lib-1.14 hledger-1.14.1 hledger-web-1.14 \`**
  **`hledger-ui-1.14 brick-0.46 text-zipper-0.10.1 config-ini-0.2.4.0 data-clist-0.1.2.2 word-wrap-0.4.1`**
| Latest release, or any version -| [cabal install](#b3)
*Linux, Mac, Windows* | **`cabal v2-update && cabal v2-install hledger-1.14.1 hledger-ui-1.14 hledger-web-1.14`** | Latest release, or any version +| [stack install](#b2)
*Linux, Mac, Windows[*][]* | **`stack install --resolver=lts-13 hledger-lib-1.14 hledger-1.14.1 hledger-web-1.14 \`**
  **`hledger-ui-1.14 brick-0.46 text-zipper-0.10.1 config-ini-0.2.4.0 data-clist-0.1.2.2 word-wrap-0.4.1`**
| Latest release / any version +| [cabal install](#b3)
*Linux, Mac, Windows[*][]* | **`cabal v2-update && cabal v2-install hledger-1.14.1 hledger-ui-1.14 hledger-web-1.14`** | Latest release / any version | | [Docker][]
*Linux, Mac, Windows* | **`docker pull dastapov/hledger`** ([readme](https://hub.docker.com/r/dastapov/hledger), [more images](https://hub.docker.com/search?q=hledger&type=image&sort=updated_at&order=desc)) | 1.14.1 | [Nix][]
*Linux, Mac* | **`nix-channel --update && nix-env -i hledger hledger-ui hledger-web`** | [![nixpkgs unstable](https://repology.org/badge/version-for-repo/nix_unstable/hledger.svg)](http://hydra.nixos.org/search?query=hledger) [![nixpkgs stable](https://repology.org/badge/version-for-repo/nix_stable/hledger.svg)](http://hydra.nixos.org/search?query=hledger) @@ -75,6 +75,7 @@ a { white-space:nowrap; } [Linuxbrew contact]: @albins, simon@joyful.com [Windows binaries]: https://ci.appveyor.com/project/simonmichael/hledger [Windows binaries contact]: simon@joyful.com +[*]: #build-issues [Arch]: https://www.archlinux.org/packages/?sort=&q=hledger [Arch contact]: ? [Debian]: https://packages.debian.org/search?searchon=names&keywords=hledger @@ -126,17 +127,17 @@ Below are three ways to build hledger. But first, some general tips: | Debian, Ubuntu: | **`sudo apt install -y libtinfo-dev`** | Fedora, RHEL: | **`sudo dnf install -y gmp-devel ncurses-devel`** -- Here are some known build issues and workarounds on certain platforms: +- Here are some known build issues and workarounds on certain platforms: - [arch: advice from Arch wiki](https://wiki.archlinux.org/index.php/Haskell)\ + [windows: hledger-ui is not available](https://github.com/jtdaugherty/vty/pull/1#issuecomment-297143444)\ + [windows: build hangs using GHC 8.6.3](https://github.com/well-typed/generics-sop/issues/93)\ + [arch: haskell build advice from Arch wiki](https://wiki.archlinux.org/index.php/Haskell)\ [arch: No information found for ghc-8.4.2](https://github.com/commercialhaskell/stack/issues/3984)\ [freebsd 12: no cabal file found](https://github.com/simonmichael/hledger/issues/709)\ [openbsd 6: exec permission denied](https://deftly.net/posts/2017-10-12-using-cabal-on-openbsd.html)\ [openbsd: how to get stack](https://github.com/commercialhaskell/stack/issues/2822#issuecomment-318892816)\ - [windows: hledger-ui is not available](https://github.com/jtdaugherty/vty/pull/1#issuecomment-297143444)\ - [windows: build hangs using GHC 8.6.3](https://github.com/well-typed/generics-sop/issues/93)\ - If you have trouble, please send me a copy/paste of the output,