diff options
| author | levlam <levlam@telegram.org> | 2025-02-13 19:46:03 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-02-13 19:46:03 +0300 |
| commit | 4ac462542f6e898129d721f63c4e0cfb0cbec426 (patch) | |
| tree | 272add0fcf9c966494fe043a2b0993c4de4bc279 /build.html | |
| parent | 1c6b5973b11fbb5b40503aee7d261a98e0ea4143 (diff) | |
Remove Debian 8 from build instructions generator.
Diffstat (limited to 'build.html')
| -rw-r--r-- | build.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/build.html b/build.html index b55c83ea0..01d6af5ce 100644 --- a/build.html +++ b/build.html @@ -241,7 +241,6 @@ <option>CentOS 7</option> <option>CentOS 8</option> <option>CentOS Stream 9</option> - <option>Debian 8</option> <option>Debian 9</option> <option>Debian 10+</option> <option>Ubuntu 14</option> @@ -873,7 +872,6 @@ function onOptionsChanged() { } commands.push(sudo + 'dnf install -y ' + packages); break; - case 'Debian 8': case 'Debian 9': case 'Debian 10+': case 'Ubuntu 14': @@ -891,7 +889,7 @@ function onOptionsChanged() { commands.push(sudo + 'apt-get update'); commands.push(sudo + 'apt-get upgrade'); var packages = 'make git zlib1g-dev libssl-dev gperf'; - if (linux_distro === 'Ubuntu 14' || linux_distro === 'Debian 8') { + if (linux_distro === 'Ubuntu 14') { packages += ' php5-cli'; } else { packages += ' php-cli'; @@ -1087,9 +1085,6 @@ function onOptionsChanged() { } else { commands.push(build_command); } - if (install_dir && os_linux && linux_distro === 'Debian 8') { - commands.push('sed -i "s/LINK_ONLY:td/LINK_ONLY:Td::td/g" ' + install_dir + '/lib/cmake/Td/TdTargets.cmake'); - } commands.push('cd ..'); if (target === 'JNI') { commands.push('cd example/java'); |
