\r
Open a Visual Studio Command prompt:\r
\r
- Using the **'Developer Command Prompt for VS [version]'** menu entry: where\r
- [version} is the Visual Studio version. The developer prompt at default uses\r
- the x86 mode. It is required to call `Vcvarsall.bat` to setup the prompt for\r
- the machine type you want. This type of command prompt may not exist in all\r
- Visual Studio versions.\r
-\r
- See also: [Developer Command Prompt for Visual\r
- Studio](https://docs.microsoft.com/en-us/dotnet/framework/tools/developer-command-prompt-for-vs)\r
- and [How to: Enable a 64-Bit, x64 hosted MSVC toolset on the command\r
- line](https://docs.microsoft.com/en-us/cpp/build/how-to-enable-a-64-bit-visual-cpp-toolset-on-the-command-line)\r
-\r
Using the **'VS [version] [platform] [type] Command Prompt'** menu entry:\r
where [version] is the Visual Studio version, [platform] is e.g. x64 and\r
- [type] Native of Cross platform build. This type of command prompt may not\r
+ [type] Native or Cross platform build. This type of command prompt may not\r
exist in all Visual Studio versions. For example, to build a 64-bit curl open\r
the x64 Native Tools prompt.\r
\r
- See also: [Set the Path and Environment Variables for Command-Line Builds](https://docs.microsoft.com/en-us/cpp/build/building-on-the-command-line)\r
+ See also:\r
+\r
+ [How to: Enable a 64-Bit, x64 hosted MSVC toolset on the command line](https://docs.microsoft.com/en-us/cpp/build/how-to-enable-a-64-bit-visual-cpp-toolset-on-the-command-line)\r
+\r
+ [Set the Path and Environment Variables for Command-Line Builds](https://docs.microsoft.com/en-us/cpp/build/building-on-the-command-line)\r
+\r
+ [Developer Command Prompt for Visual Studio](https://docs.microsoft.com/en-us/dotnet/framework/tools/developer-command-prompt-for-vs)\r
\r
## Build in the console\r
\r