63 lines
1.9 KiB
HTML
63 lines
1.9 KiB
HTML
<link rel=stylesheet href="/hledger.css" type="text/css" media=screen>
|
|
<style>
|
|
body {padding:1em;}
|
|
#platformdocs table {border:none;}
|
|
#platformdocs td {width:33%;vertical-align:top;padding-left:0.5em;padding-right:0.5em;}
|
|
code {white-space:nowrap;}
|
|
</style>
|
|
|
|
<h1>hledger binaries</h1>
|
|
<p>
|
|
|
|
Here are the available <a href="http://hledger.org">hledger</a> binaries and some platform-specific hints.
|
|
|
|
If the binary for your platform is not current or does not work,
|
|
please <a href="http://hledger.org/MANUAL.html#installing">build the
|
|
latest hledger with cabal</a> instead.
|
|
|
|
Also please <a href="http://hledger.org/README2.html#support">send
|
|
success/failure reports</a> and advice for making installation
|
|
smoother.
|
|
|
|
<p>
|
|
|
|
<table id="platformdocs">
|
|
<tr>
|
|
<th>GNU/Linux</th>
|
|
<th>Mac</th>
|
|
<th>Windows</th>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
|
|
Download the appropriate (32-bit or 64-bit) linux binary, usually by right-click -> save as.
|
|
Go to your browser's download directory in a terminal window.
|
|
If the file did not get decompressed, do that now: <code>gunzip hledger-*</code>.
|
|
Rename the binary to <code>hledger</code>.
|
|
Make it executable: <code>chmod +x hledger</code>.
|
|
Try running it: <code>./hledger --help</code>.
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Download the mac (OSX intel) binary, eg by right-click -> save as.
|
|
Open a terminal window and go to your browser's download folder.
|
|
If the file did not get decompressed, do that now: <code>gunzip hledger-*</code>.
|
|
Rename the binary to <code>hledger</code>.
|
|
Make it executable: <code>chmod +x hledger</code>.
|
|
Try running it: <code>./hledger --help</code>.
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Download the windows binary, usually by right-click -> save as.
|
|
Unzip the file and rename it to <code>hledger.exe</code>.
|
|
Double-click on it 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>
|
|
<br>
|