We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d29fb5 commit 79e3e50Copy full SHA for 79e3e50
doc/guides/maintaining-icu.md
@@ -83,7 +83,7 @@ V8 will not compile.
83
84
```c
85
// deps/v8/src/objects/intl-objects.h
86
-#define V8_MINIMUM_ICU_VERSION 64
+#define V8_MINIMUM_ICU_VERSION 65
87
```
88
89
V8 in Node.js depends on the ICU version supplied by Node.js.
@@ -104,7 +104,7 @@ should be sufficient).
104
```bash
105
./configure \
106
--with-intl=full-icu \
107
- --with-icu-source=http://download.icu-project.org/files/icu4c/58.1/icu4c-58_1-src.tgz
+ --with-icu-source=https://github.com/unicode-org/icu/releases/download/release-67-1/icu4c-67_1-src.tgz
108
make
109
110
0 commit comments