summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-01 02:18:59 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-01 02:18:59 -0400
commit501bbe2058287ad1185899e42374f5a19c956c1c (patch)
treee75405fe40942568ec3ecdd0fc3c94258ec121af
parent9f8997f1b52f55225c76cf92461a05940d71a9e7 (diff)
downloadfork-ledger-501bbe2058287ad1185899e42374f5a19c956c1c.tar.gz
fork-ledger-501bbe2058287ad1185899e42374f5a19c956c1c.tar.bz2
fork-ledger-501bbe2058287ad1185899e42374f5a19c956c1c.zip
Updated README to mention lcov, which I use for coverage analysis reports.
-rw-r--r--README16
1 files changed, 10 insertions, 6 deletions
diff --git a/README b/README
index fe7f73af..77bc2b0b 100644
--- a/README
+++ b/README
@@ -34,23 +34,27 @@ 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:
+ - Boost 1.35 or higher -- if you're building DEVEL
+ - Python 2.4 or higher -- optional
- GMP 4.2.2 -- for all builds
- MPFR 2.4.0 -- for all builds
+ - libofx 0.8.3 -- optional
- - PCRE 7.7 -- if you're building BETA or RELEASE
+ - pcre 7.7 -- if you're building BETA or RELEASE
- - Boost 1.35 or higher -- if you're building DEVEL
- - CppUnit 1.12.1 -- if you're building DEVEL
+ - cppunit 1.12.1 -- if you're building DEVEL
+ - lcov 1.6 -- optional, for "make report"
+ - doxygen 1.5.7.1 -- optional, for "make docs"
+ - texinfo 4.13 -- optional, for "make docs"
- - 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 +python25+st
- sudo port install gmp mpfr pcre libofx cppunit doxygen texlive texinfo
+ sudo port install gmp mpfr pcre libofx
+ sudo port install cppunit doxygen texlive texinfo lcov
* Ubuntu