aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.html
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2019-08-23 18:34:51 +0300
committerlevlam <levlam@telegram.org>2019-08-23 18:34:51 +0300
commit37de65a941efbd83069db704b917700273f76a33 (patch)
tree50fd170e06f1954b654fef9da1b1d5182f1512f6 /build.html
parent82f72d25acd568f3fe3a65ce3504f4e8b2f7a26b (diff)
build.html: implicitly state that dev OpenSSL and zlib packages are needed.
GitOrigin-RevId: 2007fc970d700d21fe47bfe80bba1e5d1a606cb2
Diffstat (limited to 'build.html')
-rw-r--r--build.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.html b/build.html
index c7fe612a5..9f6a91740 100644
--- a/build.html
+++ b/build.html
@@ -497,7 +497,7 @@ function onOptionsChanged() {
if (os_linux && linux_distro === 'Other') {
var jdk = target === 'JNI' ? ', JDK ' : '';
var compiler = use_clang ? 'clang++ >= 3.4' : 'g++ >= 4.9.2';
- pre_text.push('Install Git, ' + compiler + ', make, CMake >= 3.0.2, OpenSSL, zlib, gperf, PHP' + jdk + ' using your package manager.');
+ 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 &le; 9.11.2 you must build TDLib with OpenSSL 1.0.* and for Node.js &ge; 10 with OpenSSL 1.1.* instead, so you may need to modify the following commands to install a proper OpenSSL version.');