Skip to content

Commit 79e3e50

Browse files
watildedanielleadams
authored andcommitted
doc: update example ICU URL
PR-URL: #35373 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 4d29fb5 commit 79e3e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/guides/maintaining-icu.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ V8 will not compile.
8383

8484
```c
8585
// deps/v8/src/objects/intl-objects.h
86-
#define V8_MINIMUM_ICU_VERSION 64
86+
#define V8_MINIMUM_ICU_VERSION 65
8787
```
8888
8989
V8 in Node.js depends on the ICU version supplied by Node.js.
@@ -104,7 +104,7 @@ should be sufficient).
104104
```bash
105105
./configure \
106106
--with-intl=full-icu \
107-
--with-icu-source=http://download.icu-project.org/files/icu4c/58.1/icu4c-58_1-src.tgz
107+
--with-icu-source=https://github.com/unicode-org/icu/releases/download/release-67-1/icu4c-67_1-src.tgz
108108
make
109109
```
110110

0 commit comments

Comments
 (0)