From 3a28be1e16fda44e6ad75e6cda018ed2e1098b68 Mon Sep 17 00:00:00 2001 From: Luis Alfredo Figueroa Bracamontes <17792760+LuisAlfredo92@users.noreply.github.com> Date: Wed, 21 Apr 2021 17:15:02 -0500 Subject: [PATCH] Update README.md to split VS2019 32 and 64 bits Since there are different methods to build for VS for 32 and 64 bits, I think it'd be good to split the label --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4af5dcaae..242a1ccb5 100644 --- a/README.md +++ b/README.md @@ -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] @@ -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