diff options
author | Steven R. Loomis <srloomis@us.ibm.com> | 2018-06-08 13:57:32 -0700 |
---|---|---|
committer | Steven R. Loomis <srloomis@us.ibm.com> | 2018-10-23 13:37:48 -0700 |
commit | d8b6a1d4f6410e8b36a58a0d822773ee28f7b1e5 (patch) | |
tree | 3fe5ef6f293156cde54e69e353a404e1f58dd2ef /BUILDING.md | |
parent | 341006b144d18c15e1b026ea0aa5044c07436f87 (diff) | |
download | node-new-d8b6a1d4f6410e8b36a58a0d822773ee28f7b1e5.tar.gz |
doc: document and warn if the ICU version is too old
Fixes: https://github.com/nodejs/node/issues/19657
PR-URL: https://github.com/nodejs/node/pull/23766
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r-- | BUILDING.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/BUILDING.md b/BUILDING.md index 382355d25f..81157a91a6 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -470,6 +470,10 @@ You can find other ICU releases at Download the file named something like `icu4c-**##.#**-src.tgz` (or `.zip`). +To check the minimum recommended ICU, run `./configure --help` and see +the help for the `--with-icu-source` option. A warning will be printed +during configuration if the ICU version is too old. + ##### Unix/macOS From an already-unpacked ICU: |