Microsoft visual c++ build tools的安裝與使用

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.c++

  • Microsoft Visual c++構建工具只安裝構建C和c++程序所需的命令行編譯器、工具和庫。
    It’s perfect for build labs or classroom exercises and installs relatively quickly.
    app

  • 它很是適合構建實驗室或課堂練習,安裝速度也相對較快。
    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++項目。

    ui

  • 1.CL
    Use the compiler (cl.exe) to compile and link source code files into apps, libraries, and DLLs.
    使用編譯器(cl.exe)將源代碼文件編譯並連接到應用程序、庫和dll。

    url

  • 2.Link
    Use the linker (link.exe) to link compiled object files and libraries into apps and DLLs.
    使用連接器(link.exe)將編譯後的目標文件和庫連接到應用程序和dll中。

    spa

  • 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中運行構建項目或構建解決方案命令。



    .net

  • 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++項目的任務。

    ssr

連接:
點這裏
code

下載完成後打開,勾選你想要安裝的東西就能夠啦

相關文章
相關標籤/搜索