Skip to content

Commit

Permalink
Add a note about 64-bit build using MSVC.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 5bdb5e3d63f7cb3cd809dcae3e21da2f4079969e
  • Loading branch information
levlam committed Mar 13, 2018
1 parent 5d6414e commit 891bb6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 891bb6f

Please sign in to comment.