From 73554fcfa56e8704d727a064af38cd800ae0d4b5 Mon Sep 17 00:00:00 2001 From: levlam Date: Tue, 18 Aug 2020 09:51:18 +0300 Subject: [PATCH] Improve README. GitOrigin-RevId: 77d85ac9661d927031bd5f8b8604c2e02c5b5ddb --- README.md | 2 +- example/csharp/README.md | 2 +- example/java/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 74e1734ea..04079779e 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ To build `TDLib` in Release mode using MSVC, you will need to additionally speci ## Using in CMake C++ projects -For C++ projects that use CMake, the best approach is to build `TDLib` as part of your project or to use a prebuilt installation. +For C++ projects that use CMake, the best approach is to build `TDLib` as part of your project or to install it system-wide. There are several libraries that you could use in your CMake project: diff --git a/example/csharp/README.md b/example/csharp/README.md index 2542748f6..ad1103e38 100644 --- a/example/csharp/README.md +++ b/example/csharp/README.md @@ -7,7 +7,7 @@ This is an example of building TDLib with `C++/CLI` support and an example of TD * Download and install Microsoft Visual Studio 2015 or later. * Download and install [CMake](https://cmake.org/download/); choose "Add CMake to the system PATH" option while installing. * Install [vcpkg](https://github.com/Microsoft/vcpkg#quick-start) or update it to the latest version using `vcpkg update` and following received instructions. -* Install `zlib` and `openssl` for using `vcpkg`: +* Install `zlib` and `openssl` using `vcpkg`: ``` cd .\vcpkg.exe install openssl:x64-windows openssl:x86-windows zlib:x64-windows zlib:x86-windows diff --git a/example/java/README.md b/example/java/README.md index 5a7d12a1f..28be665ad 100644 --- a/example/java/README.md +++ b/example/java/README.md @@ -3,7 +3,7 @@ To run this example, you will need installed JDK >= 1.6. For Javadoc documentation generation PHP is needed. -TDLib should be prebuilt for using with Java and installed to local subdirectory `td/` as follows: +TDLib should be prebuilt with JNI bindings and installed to local subdirectory `td/` as follows: ``` cd mkdir jnibuild