From 785aeb7d7d978d817f396295253c66aee1c8cc19 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 13 Nov 2015 12:06:53 +0300 Subject: [PATCH] changed instructions --- MSVC.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MSVC.md b/MSVC.md index 1577a3050e..e3bdafcdf6 100644 --- a/MSVC.md +++ b/MSVC.md @@ -173,9 +173,9 @@ and run #####Install Windows SDKs -If you don't install Windows SDKs before, then open telegram project at "D:\TBuild\tdesktop\Telegram.sln". On startup Visual Studio 2015 will popup dialog box and ask to download and install extra components (including Windows 7 SDK). +If you didn't install Windows SDKs before, you need to install them now. To install the SDKs just open Telegram solution at **D:\TBuild\tdesktop\Telegram.sln** and on startup Visual Studio 2015 will popup dialog box and ask to download and install extra components (including Windows 7 SDK). -If you already have Windows SDKs then find library folder and correct it at configure's command below (like "C:\Program Files (x86)\Windows Kits\8.0\Lib\win8\um\x86"). +If you already have Windows SDKs then find the library folder and correct it at configure's command below (like **C:\Program Files (x86)\Windows Kits\8.0\Lib\win8\um\x86**). #####Building library