From 7bcb6d556f410413bbbc73b2bdf1f999c3158dea Mon Sep 17 00:00:00 2001 From: Or Bin Date: Sat, 5 Aug 2017 20:13:19 +0300 Subject: [PATCH] Minor fixes for VS2015 build instructions Signed-off-by: Or Bin (github: OrBin) --- docs/building-msvc.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/building-msvc.md b/docs/building-msvc.md index 88262c711..6c123ac3c 100644 --- a/docs/building-msvc.md +++ b/docs/building-msvc.md @@ -35,7 +35,7 @@ Choose a folder for the future build, for example **D:\\TBuild\\**. There you will have two folders, **Libraries** for third-party libs and **tdesktop** for the app. -All commands (if not stated otherwise) will be launched from **VS2015 x86 Native Tools Command Prompt.bat** (should be in **Start Menu > Programs > Visual Studio 2015** menu folder). +All commands (if not stated otherwise) will be launched from **VS2015 x86 Native Tools Command Prompt.bat** (should be in **Start Menu > Programs > Visual Studio 2015** menu folder). Pay attention not to use another VS2015 Command Prompt. #### A note on D:\\TBuild @@ -149,6 +149,7 @@ Go to **D:\\TBuild\\Libraries** and run Go to **D:\\TBuild\\Libraries** and run git clone https://github.com/telegramdesktop/opus.git + cd opus git checkout ffmpeg_fix #### Building libraries