summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-01-31 16:03:40 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-01-31 16:03:40 -0400
commitd2df584373c6a083908964369497f77ada10e16d (patch)
tree03fff83d823bf80cf5a83027178f3d5664225de8 /README
parent4872a6db50537002f7fe5cd72089109bc9b7afad (diff)
downloadfork-ledger-d2df584373c6a083908964369497f77ada10e16d.tar.gz
fork-ledger-d2df584373c6a083908964369497f77ada10e16d.tar.bz2
fork-ledger-d2df584373c6a083908964369497f77ada10e16d.zip
Updated README.
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 9 insertions, 8 deletions
diff --git a/README b/README
index d1f99a8c..fe7f73af 100644
--- a/README
+++ b/README
@@ -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