Added note about using MacPorts to install library dependencies.
This commit is contained in:
parent
0acdebb026
commit
a780160af3
1 changed files with 6 additions and 1 deletions
7
README
7
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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue