diff options
Diffstat (limited to 'protocols/Telegram/tdlib/td/build.html')
-rw-r--r-- | protocols/Telegram/tdlib/td/build.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/protocols/Telegram/tdlib/td/build.html b/protocols/Telegram/tdlib/td/build.html index 2c24bbb30c..227f7f1731 100644 --- a/protocols/Telegram/tdlib/td/build.html +++ b/protocols/Telegram/tdlib/td/build.html @@ -218,6 +218,7 @@ <option>Clojure</option> <option>D</option> <option>Elixir</option> + <option>Vala</option> <option>C</option> <option>G</option> <option>Other</option> @@ -315,7 +316,7 @@ </div> <div id="buildRootDiv" class="hide"> - <label><input type="checkbox" id="buildRootCheckbox" onchange="onOptionsChanged()"/>Build from root user (unrecommended)</label> + <label><input type="checkbox" id="buildRootCheckbox" onchange="onOptionsChanged()"/>Build from root user (not recommended)</label> </div> <p></p> @@ -397,6 +398,7 @@ function getExampleAnchor(language) { case 'Clojure': case 'D': case 'Elixir': + case 'Vala': case 'C': case 'G': return language.toLowerCase(); @@ -639,7 +641,7 @@ function onOptionsChanged() { var use_vcpkg = os_windows; var use_lto = false; - if (!use_msvc && language !== 'Java' && language !== 'Kotlin' && (os_mac || (os_linux && (linux_distro === 'Ubuntu 18' || linux_distro === 'Ubuntu 20' || linux_distro === 'Ubuntu 22' || linux_distro === 'Other')))) { + if (!use_msvc && language !== 'Go' && language !== 'Java' && language !== 'Kotlin' && (os_mac || (os_linux && (linux_distro === 'Ubuntu 18' || linux_distro === 'Ubuntu 20' || linux_distro === 'Ubuntu 22' || linux_distro === 'Other')))) { document.getElementById('buildLtoDiv').style.display = 'block'; use_lto = document.getElementById('buildLtoCheckbox').checked; } else { @@ -707,7 +709,7 @@ function onOptionsChanged() { pre_text.push('Download and install <a href="https://visualstudio.microsoft.com/vs/community/">Microsoft Visual Studio</a>. Enable C++' + win10_sdk + ' support while installing.'); pre_text.push('Download and install <a href="https://cmake.org/download/">CMake</a>; choose "Add CMake to the system PATH" option while installing.'); pre_text.push('Download and install <a href="https://git-scm.com/download/win">Git</a>.'); - pre_text.push('Download and unpack <a href="https://windows.php.net/download#php-7.2">PHP</a>. Add the path to php.exe to the PATH environment variable.'); + pre_text.push('Download and unpack <a href="https://windows.php.net/download">PHP</a>. Add the path to php.exe to the PATH environment variable.'); if (target === 'C++/CX') { switch (archiver) { case '7zip': |