diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-12-04 15:44:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-04 15:44:57 +0000 |
commit | 88e6591b09c84ea8ecd5a576e6c9c5dbe565819a (patch) | |
tree | b7e42f6a25bb2df7fd18a2e82a7a778a4eb01dd7 /README.md | |
parent | 8bbd3fed06087243861a6d6ec9c58dd8858ab34c (diff) | |
parent | 3f4010db1acc60c7ce347f92a45767ccb4186f37 (diff) | |
download | fork-ledger-88e6591b09c84ea8ecd5a576e6c9c5dbe565819a.tar.gz fork-ledger-88e6591b09c84ea8ecd5a576e6c9c5dbe565819a.tar.bz2 fork-ledger-88e6591b09c84ea8ecd5a576e6c9c5dbe565819a.zip |
Merge pull request #2307 from afh/improve-icu
Improve finding ICU libraries
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -63,6 +63,7 @@ Dependency | Version (or greater) [Gmp] | 6.1.2 [Mpfr] | 4.0.2 [utfcpp] | 3.2.3 +[ICU] | 63 _optional_ [gettext] | 0.17 _optional_ [libedit] | 20090111-3.0 _optional_ [Python] | 3.9 _optional_ @@ -189,6 +190,7 @@ hack as much as you like, then [open a pull request on GitHub](https://github.co [GMP]: https://gmplib.org/ [MPFR]: https://www.mpfr.org/ [utfcpp]: https://utfcpp.sourceforge.net +[ICU]: https://icu.unicode.org [gettext]: https://www.gnu.org/software/gettext/ [libedit]: https://thrysoee.dk/editline/ [Python]: https://python.org |