diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-23 22:39:32 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-23 22:39:32 -0400 |
commit | a780160af3a9a524ab82a04178e67a3354eca27f (patch) | |
tree | 6337cca88484677fa5fc0f8403e31a138a02c844 | |
parent | 0acdebb026c74fd70f3ee2c335465148f423c351 (diff) | |
download | ledger-a780160af3a9a524ab82a04178e67a3354eca27f.tar.gz ledger-a780160af3a9a524ab82a04178e67a3354eca27f.tar.bz2 ledger-a780160af3a9a524ab82a04178e67a3354eca27f.zip |
Added note about using MacPorts to install library dependencies.
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -45,7 +45,12 @@ dependencies: - Optionally, libexpat or libxml2 - Optionally, libofx -For the convenience of my fellow developers on the master (DEVEL) +If you build stuff using MacPorts, as I do, here is what you would run: + + port install boost +complete+python25 + port install cppunit expat libofx + +Or, for the convenience of fellow developers on the master (DEVEL) branch, you may download some of these dependencies quite easily right here and now. Just run this command: |