You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/building-win-x64.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The build is done in **Visual Studio 2022** with **10.0.22000.0** SDK version.
12
12
13
13
Choose an empty folder for the future build, for example **D:\\TBuild**. It will be named ***BuildPath*** in the rest of this document. Create two folders there, ***BuildPath*\\ThirdParty** and ***BuildPath*\\Libraries**.
14
14
15
-
All commands (if not stated otherwise) will be launched from **x64 Native Tools Command Prompt for VS 2022.bat** (should be in **Start Menu > Visual Studio 2022** menu folder). Pay attention not to use any other Command Prompt.
15
+
All commands (if not stated otherwise) will be launched from **x64 Native Tools Command Prompt for VS 2022** (should be in **Start Menu > Visual Studio 2022** menu folder). Pay attention not to use any other Command Prompt.
16
16
17
17
### Obtain your API credentials
18
18
@@ -26,20 +26,20 @@ You will require **api_id** and **api_hash** to access the Telegram API servers.
26
26
27
27
## Clone source code and prepare libraries
28
28
29
-
Open **x64 Native Tools Command Prompt for VS 2022.bat**, go to ***BuildPath*** and run
29
+
Open **x64 Native Tools Command Prompt for VS 2022**, go to ***BuildPath*** and run
Copy file name to clipboardexpand all lines: docs/building-win.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The build is done in **Visual Studio 2022** with **10.0.22000.0** SDK version.
12
12
13
13
Choose an empty folder for the future build, for example **D:\\TBuild**. It will be named ***BuildPath*** in the rest of this document. Create two folders there, ***BuildPath*\\ThirdParty** and ***BuildPath*\\Libraries**.
14
14
15
-
All commands (if not stated otherwise) will be launched from **x86 Native Tools Command Prompt for VS 2022.bat** (should be in **Start Menu > Visual Studio 2022** menu folder). Pay attention not to use any other Command Prompt.
15
+
All commands (if not stated otherwise) will be launched from **x86 Native Tools Command Prompt for VS 2022** (should be in **Start Menu > Visual Studio 2022** menu folder). Pay attention not to use any other Command Prompt.
16
16
17
17
### Obtain your API credentials
18
18
@@ -26,20 +26,20 @@ You will require **api_id** and **api_hash** to access the Telegram API servers.
26
26
27
27
## Clone source code and prepare libraries
28
28
29
-
Open **x86 Native Tools Command Prompt for VS 2022.bat**, go to ***BuildPath*** and run
29
+
Open **x86 Native Tools Command Prompt for VS 2022**, go to ***BuildPath*** and run
0 commit comments