Microsoft visual c++ build tools的安裝與使用
用法:
-
The Microsoft Visual C++ Build Tools installs only the command-line compiler, tools, and libraries you need to build C and C++ programs.
-
Microsoft Visual c++構建工具只安裝構建C和c++程式所需的命令列編譯器、工具和庫,
It’s perfect for build labs or classroom exercises and installs relatively quickly. -
它非常適合構建實驗室或課堂練習,安裝速度也相對較快,
To install only the command-line tools, download and install Microsoft Visual C++ Build Tools 2015. -
要想只安裝命令列工具,請下載并安裝Microsoft Visual c++ Build tools 2015,
The following tools can help you to build a C/C++ project on the command line.
以下工具可以幫助您在命令列上構建C/ c++專案, -
1.CL
Use the compiler (cl.exe) to compile and link source code files into apps, libraries, and DLLs.
使用編譯器(cl.exe)將源代碼檔案編譯并鏈接到應用程式、庫和dll, -
2.Link
Use the linker (link.exe) to link compiled object files and libraries into apps and DLLs.
使用聯結器(link.exe)將編譯后的目標檔案和庫鏈接到應用程式和dll中, -
3.MSBuild (Visual C++)
Use MSBuild (msbuild.exe) to build Visual C++ projects and Visual Studio solutions.
使用MSBuild (MSBuild .exe)構建Visual c++專案和Visual Studio解決方案,
This is equivalent to running the Build project or Build Solution command in the Visual Studio IDE.
這相當于在Visual Studio IDE中運行構建專案或構建解決方案命令, -
4.DEVENV
Use DEVENV (devenv.exe) combined with a command-line switch—for example, /Build or /Clean—to perform certain build commands without displaying the Visual Studio IDE.
結合使用DEVENV (DEVENV .exe)和命令列開關——例如/Build或/ clean——來執行某些構建命令,而無需顯示Visual Studio IDE, -
5.NMAKE
Use NMAKE (nmake.exe) to automate tasks that build Visual C++ projects by using a traditional makefile.
使用NMAKE (NMAKE .exe)來自動化使用傳統makefile構建Visual c++專案的任務,
鏈接:
點這里
下載完成后打開,勾選你想要安裝的東西就可以啦
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/150171.html
標籤:其他
