Loading... 开发环境: win10 + Microsoft Visual C++ Build Tools 2015 --- The Microsoft Visual C++ Build Tools installs only the command-line compiler, tools, and libraries you need to build C and C++ programs. 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](http://go.microsoft.com/fwlink/?LinkId=691126). The following tools can help you to build a C/C++ project on the command line. 1. CL Use the compiler (cl.exe) to compile and link source code files into apps, libraries, and DLLs. 2. Link Use the linker (link.exe) to link compiled object files and libraries into apps and DLLs. 3. MSBuild (Visual C++) Use MSBuild (msbuild.exe) to build Visual C++ projects and Visual Studio solutions. This is equivalent to running the Build project or Build Solution command in the 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. 5. NMAKE Use NMAKE (nmake.exe) to automate tasks that build Visual C++ projects by using a traditional makefile. 安装部分 python 的库时,没有对应的 whl 包,此时需要使用编译工具编译的方式安装。 参考部分原文内容。 原文链接:[https://blog.csdn.net/u012247418/article/details/82314129](https://blog.csdn.net/u012247418/article/details/82314129) 最后修改:2021 年 08 月 18 日 © 转载自他站 赞 赠人玫瑰,手留余香