diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-04 20:13:41 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-04 20:13:41 -0400 |
commit | 8029fa4fd429d5ac6610addf78d63aba846ca956 (patch) | |
tree | 41a76cf48db0c7ec9211407ba7bce9a54b81c4b0 | |
parent | 1c1f2c63de5893756dcd83c549eef91d0e7c46be (diff) | |
download | fork-ledger-8029fa4fd429d5ac6610addf78d63aba846ca956.tar.gz fork-ledger-8029fa4fd429d5ac6610addf78d63aba846ca956.tar.bz2 fork-ledger-8029fa4fd429d5ac6610addf78d63aba846ca956.zip |
Updated the README to mention libedit.
-rw-r--r-- | README.textile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.textile b/README.textile index 801630d5..105731c4 100644 --- a/README.textile +++ b/README.textile @@ -52,7 +52,8 @@ If you wish to proceed in this venture, you'll need a few dependencies: | 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@ | + | libedit | 20090111-3.0 | _optional_, if you're building *CURRENT* | + | cppunit | 1.12.1 | _optional_, if you're building *CURRENT*, for @make check@ | | 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* | @@ -68,7 +69,7 @@ If you build stuff using MacPorts, as I do, here is what you would run: <pre> sudo port install boost +python25+st -sudo port install gmp mpfr pcre libofx +sudo port install gmp mpfr libedit pcre libofx sudo port install cppunit doxygen texlive texinfo lcov </pre> |