Skip to content

Commit

Permalink
Update README.md to split VS2019 32 and 64 bits
Browse files Browse the repository at this point in the history
Since there are different methods to build for VS for 32 and 64 bits, I think it'd be good to split the label
  • Loading branch information
LuisAlfredo92 authored and john-preston committed Apr 22, 2021
1 parent 03214ab commit 3a28be1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Version **1.8.15** was the last that supports older systems

## Build instructions

* [Visual Studio 2019][msvc]
* Visual Studio 2019 [(32 bits)][msvc32] [(64 bits)][msvc64]
* [Xcode 12][xcode]
* [CMake on GNU/Linux][cmake]

Expand All @@ -72,7 +72,8 @@ Version **1.8.15** was the last that supports older systems
[telegram_api]: https://core.telegram.org
[telegram_proto]: https://core.telegram.org/mtproto
[license]: LICENSE
[msvc]: docs/building-msvc.md
[msvc32]: docs/building-msvc.md
[msvc64]: docs/building-msvc-x64.md
[xcode]: docs/building-xcode.md
[xcode_old]: docs/building-xcode-old.md
[cmake]: docs/building-cmake.md
Expand Down

0 comments on commit 3a28be1

Please sign in to comment.