【发布时间】:2018-06-13 01:02:27
【问题描述】:
如果我只安装了作为 @ 一部分的 VS Shell(隔离),则可以在 Command Prompt 中使用编译命令(cl 和 link) 987654324@?
Command Prompt和Power Shell都不知道cl command!
编辑:我搜索了 cl.exe 和开发人员提示,但没有找到。
编辑:下载了 Visual Studio 工具,但仍然找不到开发人员提示 :(
很遗憾,我无法安装完整的 Visual Studio 版本。
【问题讨论】:
-
你可能没有安装原生的
c++编译器。
标签: c++ compilation visual-studio-shell