diff options
author | zt <shuaibah@gmail.com> | 2014-12-21 09:03:12 -0500 |
---|---|---|
committer | zt <shuaibah@gmail.com> | 2014-12-21 09:03:12 -0500 |
commit | c2fef000ce3640d9d4853f0a848bffcc6f0f25fc (patch) | |
tree | 33fcd33048a4e0337f461c981fd6ea57f0830e4e | |
parent | 833f66d30e95b8ac917b68eefe3842b9bec55968 (diff) | |
download | ledger-c2fef000ce3640d9d4853f0a848bffcc6f0f25fc.tar.gz ledger-c2fef000ce3640d9d4853f0a848bffcc6f0f25fc.tar.bz2 ledger-c2fef000ce3640d9d4853f0a848bffcc6f0f25fc.zip |
added simple instructions for how to use brew to install brew
-rw-r--r-- | README.md | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -96,7 +96,26 @@ And for building the current `maint` branch: <tr><td>libxml2</td><td>2.7.2</td><td><em>optional</em></td></tr> </table> -### MacPorts +### OS X + +You can use [MacPorts](https://www.macports.org/) or [homebrew](http://brew.sh/) to install this very quickly on OS X. + +#### brew + +You can see the parameters you can pass while installing with brew by the command `brew options ledger`. To install ledger, simply type the following command: + + brew install ledger + +If everything worked well, you should have ledger working now. If you want to install this with python bindings, you can use the following command: + + brew install --with-python + +If you to want to startup python, use the following command: + + ledger python + + +#### MacPorts If you build stuff using MacPorts on OS X, as I do, here is what you would run: |