diff --git a/data/web/core.telegram.org/tdlib/docs.html b/data/web/core.telegram.org/tdlib/docs.html index 745a215296..2818af3ff4 100644 --- a/data/web/core.telegram.org/tdlib/docs.html +++ b/data/web/core.telegram.org/tdlib/docs.html @@ -129,7 +129,7 @@ $(function() {
For example, part of your CMakeLists.txt may look like this:
Or you could install TDLib
and then reference it in your CMakeLists.txt like this:
See example/cpp/CMakeLists.txt.
+For example, part of your CMakeLists.txt may look like this:
Or you could install TDLib
and then reference it in your CMakeLists.txt like this:
See example/cpp/CMakeLists.txt.
TDLib
provides native Java interface through JNI. To enable it, specify option -DTD_ENABLE_JNI=ON
to CMake.
See example/java for example of using TDLib
from Java and detailed build and usage instructions.