From c18edf2f3023d5cb1036b60c213bc6421389420e Mon Sep 17 00:00:00 2001 From: Zhiming Deng Date: Tue, 9 Jun 2020 21:08:51 -0700 Subject: [PATCH] doc --- docs/building-msvc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/building-msvc.md b/docs/building-msvc.md index c18bf7be0b..ddfd32f14b 100644 --- a/docs/building-msvc.md +++ b/docs/building-msvc.md @@ -154,7 +154,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath*** git submodule update qtbase qtimageformats cd qtbase for /r %i in (..\..\patches\qtbase_5_12_8\*) do git apply %i - cd .. + cd ../.. configure -prefix "%LibrariesPath%\Qt-5.12.8" -debug-and-release -force-debug-info -opensource -confirm-license -static -static-runtime -I "%LibrariesPath%\openssl_1_1_1\include" -no-opengl -openssl-linked OPENSSL_LIBS_DEBUG="%LibrariesPath%\openssl_1_1_1\out32.dbg\libssl.lib %LibrariesPath%\openssl_1_1_1\out32.dbg\libcrypto.lib Ws2_32.lib Gdi32.lib Advapi32.lib Crypt32.lib User32.lib" OPENSSL_LIBS_RELEASE="%LibrariesPath%\openssl_1_1_1\out32\libssl.lib %LibrariesPath%\openssl_1_1_1\out32\libcrypto.lib Ws2_32.lib Gdi32.lib Advapi32.lib Crypt32.lib User32.lib" -mp -nomake examples -nomake tests -platform win32-msvc @@ -176,7 +176,7 @@ Go to ***BuildPath*\\tdesktop\\Telegram** and run (using [your **api_id** and ** For better debugging you may want to install Qt Visual Studio Tools: -* Open **Tools** -> **Extensions and Updates...** +* Open **Extensions** -> **Manage Extensions** * Go to **Online** tab * Search for **Qt** * Install **Qt Visual Studio Tools** extension