Add a note about 64-bit build using MSVC.

GitOrigin-RevId: 5bdb5e3d63f7cb3cd809dcae3e21da2f4079969e
This commit is contained in:
levlam 2018-03-13 21:40:53 +03:00
parent 5d6414ed62
commit 891bb6f39e

View File

@ -86,6 +86,8 @@ C:\src\vcpkg> .\vcpkg.exe install openssl:x64-windows openssl:x86-windows zlib:x
cmake -DCMAKE_TOOLCHAIN_FILE=C:\src\vcpkg\scripts\buildsystems\vcpkg.cmake ..
```
To build 64-bit `TDLib` using MSVC you will need too additionally specify option `-A x64` to CMake.
<a name="linux"></a>
#### Linux
* Install all dependencies using your package manager.