diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-06 00:46:50 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-06 00:46:50 -0400 |
commit | b4662911cc4388f740f73fcc6adad78b6c27a315 (patch) | |
tree | 2bb3dd60b00ef4e215b8e2b5722055c45c91c5c5 | |
parent | 6aedbf47433217454a8dcdbeec195e7b98f641ec (diff) | |
download | fork-ledger-b4662911cc4388f740f73fcc6adad78b6c27a315.tar.gz fork-ledger-b4662911cc4388f740f73fcc6adad78b6c27a315.tar.bz2 fork-ledger-b4662911cc4388f740f73fcc6adad78b6c27a315.zip |
Added note about the dependency on graphviz for building docs.
-rw-r--r-- | README.textile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.textile b/README.textile index 105731c4..a09f989d 100644 --- a/README.textile +++ b/README.textile @@ -60,6 +60,7 @@ If you wish to proceed in this venture, you'll need a few dependencies: | libxml2 | 2.7.2 | _optional_, if you're building *BETA* or *RELEASE* | | lcov | 1.6 | _optional_, for @make report@, used with @./acprep --gcov@| | doxygen | 1.5.7.1 | _optional_, for @make docs@ | + | graphviz | 2.20.3 | _optional_, for @make docs@ | | texinfo | 4.13 | _optional_, for @make docs@ | | sloccount | 2.26 | _optional_, for @make sloc@ | |