摘要: 下面在 Mac 演示 Rust 的安装,其他系统教程请看安装 Rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh这将下载并安装 Rust 的官方编译器,和它的包管理器​​Cargo​​。 Rustup 元数据和工具链 阅读全文
posted @ 2022-10-13 05:54 土著古 阅读(753) 评论(0) 推荐(0)
摘要: windows下运行rust报错error: linker `link.exe` not found windows下运行rust报错error: linker `link.exe` not found 1. 使用rustup-init安装成功后,运行cargo run报错如下:error: linker `link.exe` not found。网上各种都是说要安装vs或者cpp build工具, 阅读全文
posted @ 2022-10-13 05:50 土著古 阅读(7241) 评论(1) 推荐(2)