aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.html
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2020-07-27 22:12:43 +0300
committerlevlam <levlam@telegram.org>2020-07-27 22:12:43 +0300
commitc1dd9ec1bac7b33670a145c8fb27cf186edeea96 (patch)
tree186ad6f91ef2305f8e492df7c9e91aed12308f4f /build.html
parent166682865a0142e8c75495ea79c61d5abc90b8c6 (diff)
Add link to Android build instructions to build.html.
GitOrigin-RevId: aded51788a3691d8880c9f207708e1c331ff43fa
Diffstat (limited to 'build.html')
-rw-r--r--build.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.html b/build.html
index 33b1a05fb..b3749d6e8 100644
--- a/build.html
+++ b/build.html
@@ -318,11 +318,12 @@ function onOsChanged() {
if (target === 'WebAssembly') {
text = 'TDLib is available in a prebuilt form as an <a href="https://www.npmjs.com/">NPM</a> package <a href="https://www.npmjs.com/package/tdweb">tdweb</a>.<br>' +
- 'If you want to build it manually, take a look at our <a href="https://github.com/tdlib/td/tree/master/example/web">example</a>';
+ 'If you want to build it manually, take a look at our <a href="https://github.com/tdlib/td/tree/master/example/web">example</a>.';
target = '';
}
if (target === 'Android') {
- text = 'TDLib for Android is available in a prebuilt form and can be downloaded from <a href="https://core.telegram.org/tdlib/tdlib.zip">there</a>.';
+ text = 'TDLib for Android is available in a prebuilt form and can be downloaded from <a href="https://core.telegram.org/tdlib/tdlib.zip">there</a>.<br>' +
+ 'See <a href="https://github.com/tdlib/td/issues/77#issuecomment-640719893">build instructions</a> if you want to build the latest TDLib version or want to build TDLib with different interface.';
target = '';
}
if (target === 'iOS') {