mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-12 19:08:34 +03:00
63 lines
1.7 KiB
Markdown
63 lines
1.7 KiB
Markdown
|
---
|
||
|
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.
|
||
|
Please try the instructions for your platform, and if you have trouble,
|
||
|
<a href="http://hledger.org/README2.html#support">report it to Support</a>.
|
||
|
Or, try <a href="http://hledger.org/MANUAL.html#installing">installing with cabal</a>.
|
||
|
|
||
|
<table id="platformdocs">
|
||
|
<tr>
|
||
|
<th><img src="../linux.png" /><br />GNU/Linux (intel)</th>
|
||
|
<th><a href="download/hledger-0.11.1-mac-i386.gz"><img src="../mac.png" border=0 /></a><br />Mac (intel)</th>
|
||
|
<th><a href="download/hledger-0.11.1-win-i386.gz"><img src="../windows.png" border=0 /></a><br />Windows</th>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
Download the
|
||
|
[32-bit](download/hledger-0.11.1-linux-i386.gz) or
|
||
|
[64-bit](download/hledger-0.11.1-linux-x86_64.gz) version.
|
||
|
|
||
|
Open a terminal window and go to your browser's download directory, then:
|
||
|
`gunzip hledger-*86*`
|
||
|
`mv hledger-*86* hledger`
|
||
|
`chmod +x hledger`
|
||
|
`./hledger`
|
||
|
</td>
|
||
|
<td>
|
||
|
Download
|
||
|
[hledger-0.11.1-mac-i386.gz](download/hledger-0.11.1-mac-i386.gz)
|
||
|
|
||
|
Open a terminal window and go to your browser's download directory, then:
|
||
|
`gunzip hledger-*86*`
|
||
|
`mv hledger-*86* hledger`
|
||
|
`chmod +x hledger`
|
||
|
`./hledger`
|
||
|
</td>
|
||
|
<td>
|
||
|
Download
|
||
|
[hledger-0.11.1-windows-i386.exe.zip](download/hledger-0.11.1-windows-i386.exe.zip)
|
||
|
|
||
|
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>
|
||
|
|