diff options
-rw-r--r-- | README | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -34,22 +34,23 @@ IRC or via the mailing list before going too much further with those. Now, if you wish to proceed in this venture, you'll need a few dependencies: - - GMP 4.2.2 -- for all builds + - GMP 4.2.2 -- for all builds + - MPFR 2.4.0 -- for all builds - - PCRE 7.7 -- if you're building BETA or RELEASE + - PCRE 7.7 -- if you're building BETA or RELEASE - - Boost 1.35 -- if you're building DEVEL - - CppUnit 1.12.1 -- if you're building DEVEL + - Boost 1.35 or higher -- if you're building DEVEL + - CppUnit 1.12.1 -- if you're building DEVEL - - Optionally, Python 2.4 or higher - - Optionally, libofx + - Python 2.4 or higher -- optional + - libofx -- optional * MacPorts If you build stuff using MacPorts, as I do, here is what you would run: - sudo port install boost +complete+python25 - sudo port install gmp pcre cppunit libofx + sudo port install boost +python25+st + sudo port install gmp mpfr pcre libofx cppunit doxygen texlive texinfo * Ubuntu |