hledger/DOWNLOAD.markdown

70 lines
2.0 KiB
Markdown
Raw Normal View History

2010-07-25 02:08:54 +04:00
---
title: hledger downloads
---
# hledger downloads
<style>
#platformdocs td {
width:33%;
vertical-align:top;
font-size:small;
}
#platformdocs code {
white-space:nowrap;
}
</style>
Here are hledger binaries which might just work on your computer.
2010-07-25 03:54:29 +04:00
Or, you could try <a href="http://hledger.org/MANUAL.html#installing">installing with cabal</a>.
Please report any trouble (or success!) to <a href="http://hledger.org/DEVELOPMENT.html#support">Support</a>.
2010-07-25 02:08:54 +04:00
<table id="platformdocs">
<tr>
2010-07-25 03:54:29 +04:00
<th><img src="../linux.png" /><br />GNU/Linux (x86)</th>
2010-12-06 04:52:34 +03:00
<th><a href="download/hledger-0.12.1-mac-i386.gz"><img src="../mac.png" border=0 /></a><br />Mac</th>
2010-09-07 00:13:09 +04:00
<th><a href="download/hledger-0.12.1-win-i386.gz"><img src="../windows.png" border=0 /></a><br />Windows</th>
2010-07-25 02:08:54 +04:00
</tr>
<tr>
<td>
Download the
2010-12-06 04:52:34 +03:00
**[32-bit](download/hledger-0.12.1-linux-i386.gz)** or
**[64-bit](download/hledger-0.12.1-linux-x86_64.gz)** version
2010-07-25 02:08:54 +04:00
Open a terminal window and go to your browser's download directory, then:
2010-07-25 03:54:29 +04:00
`$ gunzip hledger-*86*`
`$ mv hledger-*86* hledger`
`$ chmod +x hledger`
`$ ./hledger`
2010-07-25 02:08:54 +04:00
</td>
<td>
Download
2010-07-25 03:54:29 +04:00
<span style="white-space:nowrap;">
2010-12-06 04:52:34 +03:00
**[hledger-0.12.1-mac-i386.gz](download/hledger-0.12.1-mac-i386.gz)**
2010-07-25 03:54:29 +04:00
</span>
2010-07-25 02:08:54 +04:00
2010-07-25 03:54:29 +04:00
Double-click the downloaded file to decompress it.
Rename the decompressed file to "hledger".
2010-07-25 02:08:54 +04:00
Open a terminal window and go to your browser's download directory, then:
2010-07-25 03:54:29 +04:00
`$ chmod +x hledger`
Run it:
`$ ./hledger`
2010-07-25 02:08:54 +04:00
</td>
<td>
Download
2010-07-25 03:54:29 +04:00
<span style="white-space:nowrap;">
2010-12-06 04:52:34 +03:00
**[hledger-0.12.1-windows-i386.exe.zip](download/hledger-0.12.1-windows-i386.exe.zip)**
2010-07-25 03:54:29 +04:00
</span>
2010-07-25 02:08:54 +04:00
Unzip it to (eg) your desktop.
Double-click on the unzipped file to run the web interface (the default behaviour on windows).
A security dialog may pop up, where you can choose whether other machines
may access your hledger web interface.
</td>
</tr>
</table>
2010-07-25 03:54:29 +04:00
Errata:
- the binaries have no stylesheet for the web interface unless you [copy it](http://joyful.com/repos/hledger/data/web/style.css) to `./data/web/style.css`