From a780160af3a9a524ab82a04178e67a3354eca27f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 23 Aug 2008 22:39:32 -0400 Subject: [PATCH] Added note about using MacPorts to install library dependencies. --- README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index 8db93140..abe89ce7 100644 --- a/README +++ b/README @@ -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: