diff options
| author | levlam <levlam@telegram.org> | 2021-09-12 20:55:52 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2021-09-12 20:55:52 +0300 |
| commit | a1e41a1dc13c8f5d1fe70e116db287426e0967bc (patch) | |
| tree | ca11850f5e5086f0ab6aa18d60c7d41d9bae54b0 /build.html | |
| parent | 87981c105d4eab6fb50df1683ca76a60e2191279 (diff) | |
Use Debian 10 build instructions for Debian 11 and combine build instructions for Debian 8 and 9.
Diffstat (limited to 'build.html')
| -rw-r--r-- | build.html | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -34,9 +34,8 @@ select.large { font-size: large; } <option>Alpine</option> <option>CentOS 7</option> <option>CentOS 8</option> - <option>Debian 8</option> - <option>Debian 9</option> - <option>Debian 10</option> + <option>Debian 8/9</option> + <option>Debian 10+</option> <option>Ubuntu 14</option> <option>Ubuntu 16</option> <option>Ubuntu 18</option> @@ -338,9 +337,8 @@ function onOptionsChanged() { packages += ' ' + cmake; commands.push(sudo + 'yum install -y ' + packages); break; - case 'Debian 8': - case 'Debian 9': - case 'Debian 10': + case 'Debian 8/9': + case 'Debian 10+': case 'Ubuntu 14': case 'Ubuntu 16': case 'Ubuntu 18': @@ -361,7 +359,7 @@ function onOptionsChanged() { } if (use_clang) { packages += ' clang' + getClangVersionSuffix() + ' libc++-dev'; - if (linux_distro === 'Debian 10' || linux_distro === 'Ubuntu 18' || linux_distro === 'Ubuntu 20') { + if (linux_distro === 'Debian 10+' || linux_distro === 'Ubuntu 18' || linux_distro === 'Ubuntu 20') { packages += ' libc++abi-dev'; } } else { |
