hledger/DOWNLOAD.markdown

126 lines
4.0 KiB
Markdown
Raw Normal View History

2010-07-25 02:08:54 +04:00
---
title: hledger downloads
---
# hledger downloads
<style>
2010-12-11 00:50:16 +03:00
tr.heading td {
border-top:thin solid #ddd;
}
td {
2010-07-25 02:08:54 +04:00
vertical-align:top;
font-size:small;
}
2010-12-11 00:50:16 +03:00
code {
2010-07-25 02:08:54 +04:00
white-space:nowrap;
}
</style>
2010-12-11 00:50:16 +03:00
Here are pre-built hledger binaries which you can download. You may need
to decompress *(gunzip FILE.gz)* and make them executable *(chmod +x
FILE)* before running them. Please <a
href="DEVELOPMENT.html#support">report</a> problems and for more help and
alternate installation methods, see the <a
2010-12-07 12:59:33 +03:00
href="../MANUAL.html#installing">installation docs</a>.
2010-07-25 02:08:54 +04:00
2010-12-11 00:50:16 +03:00
<table>
<tr>
<th width="34%" colspan=2><img src="../linux.png" /><br />GNU/Linux</th>
2011-04-18 10:53:50 +04:00
<th width="33%"><a href="download/hledger-0.14-mac-i386.gz"><img src="../mac.png" border=0 /></a><br />Mac</th>
<th width="33%"><a href="download/hledger-0.14-win-i386.gz"><img src="../windows.png" border=0 /></a><br />Windows</th>
</tr>
2010-12-07 12:59:33 +03:00
<tr style="text-align:center; white-space:nowrap;"><td width="25%">**32-bit**</td><td width="25%">**64-bit**</td><td width="25%"></td><td width="25%"></td></tr>
2010-12-11 00:50:16 +03:00
<tr class="heading"><td colspan=4>command-line interface:</td></tr>
<tr align="center">
<td>
2011-04-18 10:53:50 +04:00
[hledger-0.14-linux-i686.gz](download/hledger-0.14-linux-i686.gz)<br><br>
</td>
<td>
2011-04-18 10:53:50 +04:00
[hledger-0.14-linux-x86_64.gz](download/hledger-0.14-linux-x86_64.gz)<br><br>
</td>
<td>
2011-04-18 10:53:50 +04:00
[hledger-0.14-mac-i386.gz](download/hledger-0.14-mac-i386.gz)<br><br>
</td>
<td>
2011-04-18 10:53:50 +04:00
[hledger-0.14-windows-i386.exe.zip](download/hledger-0.14-windows-i386.exe.zip)
</td>
</tr>
2010-12-11 00:50:16 +03:00
<!-- <tr><td colspan=4>optional add-ons:</td></tr> -->
<tr class="heading"><td colspan=4>web interface:</td></tr>
<tr align="center">
<td>
2011-04-18 10:53:50 +04:00
[hledger-web-0.14-linux-i686.gz](download/hledger-web-0.14-linux-i686.gz)<br><br>
</td>
<td>
2011-04-18 10:53:50 +04:00
[hledger-web-0.14-linux-x86_64.gz](download/hledger-web-0.14-linux-x86_64.gz)<br><br>
</td>
<td>
2011-04-18 10:53:50 +04:00
[hledger-web-0.14-mac-i386.gz](download/hledger-web-0.14-mac-i386.gz)<br><br>
</td>
<td>
2010-12-11 00:50:16 +03:00
-
</td>
</tr>
2010-12-11 00:50:16 +03:00
<tr class="heading"><td colspan=4>text interface:</td></tr>
<tr align="center">
<td>
2011-04-18 10:53:50 +04:00
[hledger-vty-0.14-linux-i686.gz](download/hledger-vty-0.14-linux-i686.gz)<br><br>
</td>
<td>
2011-04-18 10:53:50 +04:00
[hledger-vty-0.14-linux-x86_64.gz](download/hledger-vty-0.14-linux-x86_64.gz)<br><br>
</td>
<td>
2011-04-18 10:53:50 +04:00
[hledger-vty-0.14-mac-i386.gz](download/hledger-vty-0.14-mac-i386.gz)<br><br>
</td>
<td>
2010-12-11 00:50:16 +03:00
-
</td>
</tr>
2010-12-11 00:50:16 +03:00
<tr class="heading"><td colspan=4>pie chart generator:</td></tr>
<tr align="center">
<td>
2010-12-11 00:50:16 +03:00
-
2011-04-18 10:53:50 +04:00
<!-- [hledger-chart-0.14-linux-i686.gz](download/hledger-chart-0.14-linux-i686.gz)<br><br> -->
2010-12-11 00:50:16 +03:00
&nbsp;
</td>
<td>
2010-12-11 00:50:16 +03:00
-
2011-04-18 10:53:50 +04:00
<!-- [hledger-chart-0.14-linux-x86_64.gz](download/hledger-chart-0.14-linux-x86_64.gz)<br><br> -->
</td>
<td>
2010-12-11 00:50:16 +03:00
-
2011-04-18 10:53:50 +04:00
<!-- [hledger-chart-0.14-mac-i386.gz](download/hledger-chart-0.14-mac-i386.gz)<br><br> -->
</td>
<td>
2010-12-11 00:50:16 +03:00
-
</td>
</tr>
<!-- <tr> -->
<!-- <td colspan=2> -->
<!-- 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> -->
<!-- Double-click the downloaded file to decompress it. -->
<!-- Rename the decompressed file to "hledger". -->
<!-- Open a terminal window and go to your browser's download directory, then: -->
<!-- `$ chmod +x hledger` -->
<!-- Run it: -->
<!-- `$ ./hledger` -->
<!-- </td> -->
<!-- <td> -->
<!-- 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> -->
2010-12-06 04:52:34 +03:00
2010-07-25 02:08:54 +04:00
</table>