hledger/website/binaries/HEADER.html
2009-06-13 21:22:49 +00:00

57 lines
1.6 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 hledger binaries and some platform-specific hints.
Your success/failure reports and advice on making this easier are appreciated: <a
href="http://hledger.org/#contact">http://hledger.org/#contact</a>
<p>
<table id="platformdocs">
<tr>
<th>GNU/Linux</th>
<th>Mac</th>
<th>Windows</th>
</tr>
<tr>
<td>
Pick a likely-looking linux binary, pick a mouse button, and download.
Go to the download folder in a shell 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>
Click the latest mac binary.
The file should be downloaded and decompressed into your Safari download folder.
Open a terminal window and go to that folder.
Rename the binary to <code>hledger</code>.
Make it executable: <code>chmod +x hledger</code>.
Try running it: <code>./hledger --help</code>.
</td>
<td>
<em>Windows binary coming soon.</em><br>
Right-click the latest windows binary and save to your desktop.
If the file did not get decompressed, do that now.
Rename the binary to <code>hledger.exe</code>.
Open a command window and go to that folder.
Try running it: <code>hledger --help</code>.
</td>
</tr>
</table>
<br>