From b54ae9d78410f91b355de44e807836678163ddb8 Mon Sep 17 00:00:00 2001 From: Oleg Date: Fri, 13 Nov 2015 12:11:39 +0400 Subject: [PATCH] Add Windows SDK install hints for Qt library Signed-off-by: Oleg Agafonov jaydi85@gmail.com (github: JayDi85) --- MSVC.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MSVC.md b/MSVC.md index 3232824fac..653ce263c3 100644 --- a/MSVC.md +++ b/MSVC.md @@ -169,6 +169,13 @@ and run #####Apply the patch cd qtbase && git apply ../../../tdesktop/Telegram/_qtbase_5_5_1_patch.diff && cd .. + + +#####Install Windows SDKs + +If you don't install Windows SDKs before, then open telegram project at "D:\TBuild\tdesktop\Telegram.sln". On sturtup 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"). #####Building library