diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-02-13 22:44:25 +0100 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2023-02-14 09:03:38 +0800 |
commit | fb22fde79327aca51e40b5acdcbbd417301fb2b3 (patch) | |
tree | 4b1ab729c58c0f799a54e3785b9d79d41f46110c | |
parent | 6a85c36196cb8c10c0b721b38e6e4f524312437d (diff) | |
download | fork-ledger-fb22fde79327aca51e40b5acdcbbd417301fb2b3.tar.gz fork-ledger-fb22fde79327aca51e40b5acdcbbd417301fb2b3.tar.bz2 fork-ledger-fb22fde79327aca51e40b5acdcbbd417301fb2b3.zip |
Format markdown table in README
-rw-r--r-- | README.md | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -55,19 +55,19 @@ script: If that doesn't completely work, here are the dependencies for building the current `master` branch: -Dependency | Version (or greater) ------------|--------------------- -[Boost] | 1.49 -[GMP] | 4.2.2 -[MPFR] | 2.4.0 -[utfcpp] | 2.3.4 -[gettext] | 0.17 _optional_ -[libedit] | 20090111-3.0 _optional_ -[Python] | 2.4 _optional_ -[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` +Dependency | Version (or greater) +------------|--------------------- +[Boost] | 1.49 +[GMP] | 4.2.2 +[MPFR] | 2.4.0 +[utfcpp] | 2.3.4 +[gettext] | 0.17 _optional_ +[libedit] | 20090111-3.0 _optional_ +[Python] | 2.4 _optional_ +[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` ### macOS |