diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-02 16:44:08 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-02 16:44:08 -0400 |
commit | eb95b5874d307c6c321d8a4c5e6004bd77b51ce3 (patch) | |
tree | e7e31ba89908f9c5b2da028cad960f79a9d2bffa | |
parent | 972252bf0aeef9cfe5d419e016cd739d8dcf5902 (diff) | |
download | fork-ledger-eb95b5874d307c6c321d8a4c5e6004bd77b51ce3.tar.gz fork-ledger-eb95b5874d307c6c321d8a4c5e6004bd77b51ce3.tar.bz2 fork-ledger-eb95b5874d307c6c321d8a4c5e6004bd77b51ce3.zip |
Yet another README update.
-rw-r--r-- | README.textile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/README.textile b/README.textile index 89e5ebd8..7b591df0 100644 --- a/README.textile +++ b/README.textile @@ -43,15 +43,15 @@ h1. Dependencies If you wish to proceed in this venture, you'll need a few dependencies: | Boost | 1.35 or higher | if you're building *CURRENT* | - | Python | 2.4 or higher | optional | + | Python | 2.4 or higher | _optional_ | | GMP | 4.2.2 | for all builds | | MPFR | 2.4.0 | if you're building *CURRENT* | - | libofx | 0.8.3 | 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" | - | doxygen | 1.5.7.1 | optional, for "make docs" | - | texinfo | 4.13 | optional, for "make docs" | + | 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@ | h2. MacPorts |