-
-
12windows下配置rust开发环境 通过例子学习Rust 我的是32位Win7,so... 第一步,打开浏览器,输入url:http://www.rust-lang.org/ 并回车。等页面加载完毕,只见页面上右侧 有两个button, Install和 other downloads, 如果你是32位, 就选择 other downloads, 在新页面选择 Windows installer (.exe) 32-bit, 下载下来,直接双击运行,直至安装完毕,过程中需要全选 (cargo,add path等)配置项。 第二步: 运行cmd,打开命令行, 不会的自己百度....,输入rustc ,这个是rust的编译命令, 没问题的话说明r