| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -83,7 +83,7 @@ V8 will not compile. | |||
| 83 | 83 | ||
| 84 | 84 | ```c | |
| 85 | 85 | // deps/v8/src/objects/intl-objects.h | |
| 86 | - #define V8_MINIMUM_ICU_VERSION 64 | ||
| 86 | + #define V8_MINIMUM_ICU_VERSION 65 | ||
| 87 | 87 | ``` | |
| 88 | 88 | ||
| 89 | 89 | V8 in Node.js depends on the ICU version supplied by Node.js. | |
@@ -104,7 +104,7 @@ should be sufficient). | |||
| 104 | 104 | ```bash | |
| 105 | 105 | ./configure \ | |
| 106 | 106 | --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 | ||
| 108 | 108 | make | |
| 109 | 109 | ``` | |
| 110 | 110 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments