2015-07-23 01:19:41 +03:00
|
|
|
<div style="float:right; text-align:right; white-space:nowrap; ">
|
2016-02-21 23:39:32 +03:00
|
|
|
<a style="margin-left:3px;" href="https://flattr.com/submit/auto?user_id=simonmichael&url=http%3A%2F%2Fhledger.org" target="_blank"><img src="//api.flattr.com/button/flattr-badge-large.png" alt="" title="Flattr this" border="0"></a>
|
|
|
|
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5J33NLXYXCYAY"><img width=62 height=31 border=0 src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" alt=""></a>
|
|
|
|
<div style="display:inline-block; position:relative; top:5px; width:62px; height:31px;">
|
2015-07-23 01:19:41 +03:00
|
|
|
<script data-gratipay-username="simonmichael" data-gratipay-widget="button" src="//grtp.co/v1.js"></script>
|
|
|
|
</div>
|
2016-02-21 23:39:32 +03:00
|
|
|
<a href="https://www.bountysource.com/trackers/536505-simonmichael-hledger"><img border=0 src="https://www.bountysource.com/badge/tracker?tracker_id=536505" alt=""></a>
|
2015-07-29 03:30:17 +03:00
|
|
|
</div>
|
2015-11-04 05:59:12 +03:00
|
|
|
# Download
|
|
|
|
|
2016-02-21 23:39:32 +03:00
|
|
|
### [Release notes](release-notes.html)
|
2015-11-04 05:59:12 +03:00
|
|
|
|
2015-11-10 01:10:59 +03:00
|
|
|
<a name="packaged"></a>
|
|
|
|
|
2015-11-07 22:22:57 +03:00
|
|
|
## I want to download a packaged version
|
2014-11-05 08:18:13 +03:00
|
|
|
<!-- <sub>(If the download is out of date or doesn't run on my system, I might troubleshoot or donate to fund improvements)</sub> -->
|
|
|
|
|
2015-07-23 17:05:28 +03:00
|
|
|
<style>
|
|
|
|
tr { vertical-align:top; }
|
2016-02-21 23:39:32 +03:00
|
|
|
td { padding-bottom:.5em; padding-right:1em; }
|
|
|
|
a { white-space:nowrap; }
|
2015-07-23 17:05:28 +03:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<table>
|
|
|
|
|
|
|
|
<tr><td>
|
|
|
|
**on Windows**
|
|
|
|
</td><td>
|
|
|
|
<!-- [windows install guide](windows-install.html)\ -->
|
2016-03-21 18:45:02 +03:00
|
|
|
Download and run
|
|
|
|
[hledger-0.26-win64.exe](http://hledger.org/downloads/hledger-0.26-win64.exe)
|
|
|
|
<!-- (or the [32-bit build](http://hledger.org/downloads/hledger-0.26-win32.exe)) -->
|
2015-08-24 19:23:07 +03:00
|
|
|
and/or
|
2016-03-21 18:45:02 +03:00
|
|
|
[hledger-web-0.26-win64.exe](http://hledger.org/downloads/hledger-web-0.26-win64.exe)
|
2016-02-21 23:39:32 +03:00
|
|
|
<em>(The current release is 0.27. To contribute binaries for windows or mac, please <a href="mailto:simon@joyful.com">get in touch</a>.)</em>
|
2015-07-23 17:05:28 +03:00
|
|
|
</td></tr>
|
|
|
|
|
|
|
|
<tr><td>
|
|
|
|
**on Mac**
|
|
|
|
</td><td>
|
2016-02-04 17:46:46 +03:00
|
|
|
`brew install hledger`
|
2015-07-23 17:05:28 +03:00
|
|
|
</td></tr>
|
|
|
|
|
2016-02-21 23:39:32 +03:00
|
|
|
<tr><td style="white-space:nowrap;">
|
2015-07-23 17:05:28 +03:00
|
|
|
**on Debian or Ubuntu**
|
|
|
|
</td><td>
|
2014-11-13 05:02:40 +03:00
|
|
|
`apt-get install hledger hledger-web`
|
2015-07-23 17:05:28 +03:00
|
|
|
</td></tr>
|
2014-11-05 08:18:13 +03:00
|
|
|
|
2015-07-23 17:05:28 +03:00
|
|
|
<tr><td>
|
|
|
|
**on Gentoo**
|
|
|
|
</td><td>
|
2016-03-03 05:07:13 +03:00
|
|
|
`layman -a haskell && emerge hledger hledger-web`
|
2015-07-23 17:05:28 +03:00
|
|
|
</td></tr>
|
2014-11-05 08:18:13 +03:00
|
|
|
|
2015-07-23 17:05:28 +03:00
|
|
|
<tr><td>
|
2015-08-03 02:58:34 +03:00
|
|
|
**on Fedora**
|
2015-07-23 17:05:28 +03:00
|
|
|
</td><td>
|
2015-08-05 16:52:32 +03:00
|
|
|
`yum install hledger`
|
2015-07-23 17:05:28 +03:00
|
|
|
</td></tr>
|
2014-11-05 08:18:13 +03:00
|
|
|
|
2015-07-23 17:05:28 +03:00
|
|
|
<tr><td>
|
|
|
|
**on NixOS**
|
2016-02-21 23:39:32 +03:00
|
|
|
</td><td>
|
2015-12-03 19:19:54 +03:00
|
|
|
`nix-env -iA nixpkgs.haskellPackages.hledger nixpkgs.haskellPackages.hledger-web`
|
2015-07-23 17:05:28 +03:00
|
|
|
</td></tr>
|
|
|
|
|
|
|
|
</table>
|
2014-11-05 08:18:13 +03:00
|
|
|
|
2014-11-11 00:38:05 +03:00
|
|
|
<!--
|
2015-07-23 17:05:28 +03:00
|
|
|
**on another GNU/Linux\<small>(or can run Linux binaries)</small>**
|
2014-11-11 00:38:05 +03:00
|
|
|
[hledger.linux-32.zip]()
|
|
|
|
[hledger-web.linux-32.zip]()
|
|
|
|
[hledger.linux-64.zip]()
|
|
|
|
[hledger-web.linux-64.zip]()
|
|
|
|
Use cabal
|
|
|
|
-->
|
|
|
|
|
2015-07-23 01:19:41 +03:00
|
|
|
<!--
|
2015-07-23 17:05:28 +03:00
|
|
|
Building and supporting Windows and Mac binaries is costly, so
|
|
|
|
it's demand-driven - you can indicate demand by making a project
|
|
|
|
donation of any size. Binaries funded in this way will be linked here.
|
|
|
|
This is a quick way to help the project and your fellow users!
|
2015-07-23 01:19:41 +03:00
|
|
|
-->
|
2014-11-13 05:02:40 +03:00
|
|
|
|
2015-11-10 01:10:59 +03:00
|
|
|
<a name="released"></a>
|
|
|
|
|
2015-11-07 22:22:57 +03:00
|
|
|
## I want to build the latest release (0.27)
|
2014-11-11 00:38:05 +03:00
|
|
|
|
2015-11-07 22:22:57 +03:00
|
|
|
**with stack** (most reliable, recommended)
|
2015-07-22 23:58:10 +03:00
|
|
|
|
2015-12-18 20:01:46 +03:00
|
|
|
1. Install [`stack`](http://haskellstack.org)
|
2015-11-04 05:59:12 +03:00
|
|
|
(On Windows, the 64-bit version is [recommended](https://github.com/simonmichael/hledger/issues/275).)
|
|
|
|
<!-- needed if you will be processing >50,000 transactions at once -->
|
2015-08-24 19:23:07 +03:00
|
|
|
2. `stack setup`
|
2015-08-24 19:34:26 +03:00
|
|
|
(if you need GHC installed. If you're not sure, run the next command and it will tell you.)
|
2016-02-04 03:33:33 +03:00
|
|
|
3. `stack install hledger [hledger-ui] [hledger-web]`
|
2015-11-04 05:59:12 +03:00
|
|
|
4. Ensure `~/.local/bin` or the Windows equivalent is in your `$PATH`,
|
2015-08-24 19:23:07 +03:00
|
|
|
so that you can just type `hledger` to run it.
|
2015-11-04 05:59:12 +03:00
|
|
|
(stack will show the proper directory and will tell you if it is not in $PATH).
|
2015-07-14 07:56:39 +03:00
|
|
|
|
2015-11-07 22:22:57 +03:00
|
|
|
**with cabal** (results will vary, recommended only if you can't install stack):
|
2015-07-14 07:56:39 +03:00
|
|
|
|
2015-11-06 06:33:57 +03:00
|
|
|
1. Install [GHC](http://haskell.org/ghc) and [cabal](http://haskell.org/cabal/download.html) if needed.
|
|
|
|
2. Ensure `~/.cabal/bin` or the Windows equivalent is in your `$PATH`.
|
|
|
|
3. `cabal update`
|
|
|
|
4. `cabal install alex happy`
|
2015-11-07 22:22:57 +03:00
|
|
|
5. `mkdir hledger-sandbox`
|
|
|
|
6. `cd hledger-sandbox`
|
|
|
|
7. `cabal sandbox init`
|
|
|
|
8. `cabal install hledger[-ui|-web]` (On Windows, hledger-ui is [not yet supported](https://github.com/coreyoconnor/vty/pull/1).)
|
|
|
|
9. Ensure this `.../hledger-sandbox/.cabal-sandbox/bin` is in your `$PATH` (or move its contents to ~/.cabal/bin).
|
2015-07-14 07:56:39 +03:00
|
|
|
|
2016-02-21 03:59:56 +03:00
|
|
|
**in a VM**
|
|
|
|
|
|
|
|
- if stack or cabal can't run on your OS, maybe this [vagrant image](https://github.com/sciurus/hledger-vagrant) can ?
|
|
|
|
|
2015-11-10 01:10:59 +03:00
|
|
|
<a name="unreleased"></a>
|
|
|
|
|
2015-11-07 22:22:57 +03:00
|
|
|
## I want to build the [unreleased git version](https://github.com/simonmichael/hledger/commits/master)
|
2014-11-11 00:38:05 +03:00
|
|
|
|
2015-08-24 19:23:07 +03:00
|
|
|
1. `git clone http://code.hledger.org hledger`
|
|
|
|
2. `cd hledger`
|
|
|
|
3. `stack install`
|
2015-01-03 01:19:30 +03:00
|
|
|
|
2015-11-04 05:59:12 +03:00
|
|
|
or see the [Developer Guide](http://hledger.org/developer-guide.html) for more help.
|
|
|
|
|