【发布时间】:2020-12-03 01:15:20
【问题描述】:
我安装了 rust 编译器和 MSVC v142 - VS 2009 C++ x64/x84 构建工具 (v14.27)(作为单独的组件)
这似乎不起作用。
rust 还需要我没有安装的其他东西吗?提前谢谢你。
【问题讨论】:
-
以下线程似乎是相关的:Unable to compile Rust hello world on Windows: linker link.exe not found。也许有帮助。
-
虽然这是相关的,但我实际上是在尝试找到让 rust 起作用的最少组件。看起来 C++ 构建工具安装了很多东西。
-
您是否按照本文中的说明进行操作?:Use the Microsoft C++ toolset from the command line
标签: visual-studio rust