diff options
| author | levlam <levlam@telegram.org> | 2022-05-02 13:34:50 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2022-05-02 13:34:50 +0300 |
| commit | 8b5042f26dffe6e9f48628e115e5895541d0dcd1 (patch) | |
| tree | 6af862f2b1c8035b13ed27f9620a5946ba1783fc /build.html | |
| parent | 4652292037bad2a10eb1791a8cf518d5d9ce5a55 (diff) | |
Nore that for Node.js >= 17.0 OpenSSL 3.0 is required.
Diffstat (limited to 'build.html')
| -rw-r--r-- | build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.html b/build.html index 1da5b8e00..5b3081152 100644 --- a/build.html +++ b/build.html @@ -734,7 +734,7 @@ function onOptionsChanged() { pre_text.push('Install Git, ' + compiler + ', make, CMake >= 3.0.2, OpenSSL-dev, zlib-dev, gperf, PHP' + jdk + ' using your package manager.'); } if (os_linux && os.includes('Node.js')) { - pre_text.push('Note that for Node.js ≤ 9.11.2 you must build TDLib with OpenSSL 1.0.* and for Node.js ≥ 10 with OpenSSL 1.1.* instead, so you may need to modify the following commands to install a proper OpenSSL version.'); + pre_text.push('Note that for Node.js ≥ 17 you must build TDLib with OpenSSL 3.0.*, for Node.js ≥ 10 with OpenSSL 1.1.*, and for Node.js < 10 with OpenSSL 1.0.*, so you may need to modify the following commands to install a proper OpenSSL version.'); } if (os_freebsd) { pre_text.push('Note that the following instruction is for FreeBSD 11.'); |
