diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-02 16:47:17 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-02 16:47:17 -0400 |
commit | aa281d9db462807008b3da69a6fa2271f2b9497b (patch) | |
tree | 5b96ee0d94eec94552c825ef3ba54963c16bad23 | |
parent | 2586c73638ff5367ce4c405e02e2ee4f64c5d9ae (diff) | |
download | fork-ledger-aa281d9db462807008b3da69a6fa2271f2b9497b.tar.gz fork-ledger-aa281d9db462807008b3da69a6fa2271f2b9497b.tar.bz2 fork-ledger-aa281d9db462807008b3da69a6fa2271f2b9497b.zip |
Sorted dependency table.
-rw-r--r-- | README.textile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/README.textile b/README.textile index be97c8b6..5f1280f7 100644 --- a/README.textile +++ b/README.textile @@ -42,13 +42,14 @@ h1. Dependencies If you wish to proceed in this venture, you'll need a few dependencies: + |_. Library |_. Min.Ver. |_. When needed | | Boost | 1.35 or higher | if you're building *CURRENT* | - | Python | 2.4 or higher | _optional_ | + | 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* | + | cppunit | 1.12.1 | if you're building *CURRENT*, for @make check@ | + | Python | 2.4 or higher | _optional_ | | libofx | 0.8.3 | _optional_ | - | pcre | 7.7 | if you're building *BETA* or *RELEASE* | - | cppunit | 1.12.1 | if you're building *CURRENT* | | lcov | 1.6 | _optional_, for @make report@, used with @./acprep --gcov@| | doxygen | 1.5.7.1 | _optional_, for @make docs@ | | texinfo | 4.13 | _optional_, for @make docs@ | |