summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-21 20:58:09 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-21 20:59:05 -0400
commitc57467bee7af10d930414f35467fc463146efa8d (patch)
treef94463b4a88fd46ca6caa25b9cefef2a12758e24
parent57f349ef2eaeacba8c4da39d6fa2b5126461a60b (diff)
downloadfork-ledger-c57467bee7af10d930414f35467fc463146efa8d.tar.gz
fork-ledger-c57467bee7af10d930414f35467fc463146efa8d.tar.bz2
fork-ledger-c57467bee7af10d930414f35467fc463146efa8d.zip
Updated dependencies in the README
-rw-r--r--README.textile28
1 files changed, 18 insertions, 10 deletions
diff --git a/README.textile b/README.textile
index a09f989d..38eeab66 100644
--- a/README.textile
+++ b/README.textile
@@ -47,23 +47,31 @@ h2. Dependencies
If you wish to proceed in this venture, you'll need a few dependencies:
+h3. For building the current master branch
+
|_. Library |_. Min.Ver. |_. When needed |
- | Boost | 1.35 or higher | if you're building *CURRENT* |
- | pcre | 7.7 | if you're building *BETA* or *RELEASE* |
- | GMP | 4.2.2 | for all builds |
- | MPFR | 2.4.0 | if you're building *CURRENT* |
- | libedit | 20090111-3.0 | _optional_, if you're building *CURRENT* |
- | cppunit | 1.12.1 | _optional_, if you're building *CURRENT*, for @make check@ |
+ | Boost | 1.35 or higher | |
+ | GMP | 4.2.2 | |
+ | MPFR | 2.4.0 | |
+ | gettext | 0.17 | _optional_ |
+ | libedit | 20090111-3.0 | _optional_ |
| Python | 2.4 or higher | _optional_ |
- | libofx | 0.8.3 | _optional_, if you're building *BETA* or *RELEASE* |
- | expat | 2.0.1 | _optional_, if you're building *BETA* or *RELEASE* |
- | libxml2 | 2.7.2 | _optional_, if you're building *BETA* or *RELEASE* |
- | lcov | 1.6 | _optional_, for @make report@, used with @./acprep --gcov@|
+ | cppunit | 1.12.1 | _optional_, for @make check@ |
| doxygen | 1.5.7.1 | _optional_, for @make docs@ |
| graphviz | 2.20.3 | _optional_, for @make docs@ |
| texinfo | 4.13 | _optional_, for @make docs@ |
+ | lcov | 1.6 | _optional_, for @make report@, used with @./acprep --gcov@|
| sloccount | 2.26 | _optional_, for @make sloc@ |
+h3. For building the beta or release branches
+
+ |_. Library |_. Min.Ver. |_. When needed |
+ | GMP | 4.2.2 | |
+ | pcre | 7.7 | |
+ | libofx | 0.8.3 | _optional_ |
+ | expat | 2.0.1 | _optional_ |
+ | libxml2 | 2.7.2 | _optional_ |
+
h3. MacPorts
If you build stuff using MacPorts, as I do, here is what you would run: