Windows下安装Rust

简介: Windows下安装Rust

https://www.rust-lang.org/

原来中文站首页ZH-CN不知道怎么的没有办法进入了,下载需要从英文站下载。


It looks like you’re running Windows. To install Rust, download and run  这里。


从网站的标签install进入,然后点击rustup-init.exe,下载这个可执行文件,执行,就可以了。自动下载需要的文件然后安装。


但是有可能有各路的Visual Studio问题挡道。我是重新装了一遍windows,赶紧装了vs,不然还是不能安装。


20190220035549634.png


这里选择1,proceed就可以了,不然也可以自己去选择定制安装。


写一个hello测试:


文件名hello1.rs

// This is the main function
fn main() {
   // The statements here will be executed when the compiled binary is called
   // Print text to the console
    println!("Hello World!");
}


编译它

>rustc hello1.rs

文件夹下多了一个文件hello1

>hello1

输出:

Hello World!

rustc的版本

rustc --version

目前是1.32.0

 

卸载:rustup self uninstall


运行 rustup -h 你将会得到命令提示:


现rustup是1.16版本


默认安装到C:\Users\[USER]\.cargo\bin 中  [USER]是当前用户名


如果实在安装不上:前方高能————


登录play.rust-lang.org先试试在线程序吧,毕竟忙活了这么久。



目录
相关文章
|
22天前
|
数据安全/隐私保护 Windows
安装 Windows Server 2019
安装 Windows Server 2019
|
22天前
|
Windows
安装 Windows Server 2003
安装 Windows Server 2003
|
23天前
|
NoSQL Shell MongoDB
Windows 平台安装 MongoDB
10月更文挑战第10天
33 0
Windows 平台安装 MongoDB
|
27天前
|
Windows Python
Windows安装dlib,遇到问题汇总解决
Windows安装dlib,遇到问题汇总解决
29 4
|
30天前
|
Oracle 关系型数据库 MySQL
Mysql(1)—简介及Windows环境下载安装
MySQL 是一个流行的关系型数据库管理系统(RDBMS),基于 SQL 进行操作。它由瑞典 MySQL AB 公司开发,后被 Sun Microsystems 收购,现为 Oracle 产品。MySQL 是最广泛使用的开源数据库之一,适用于 Web 应用程序、数据仓库和企业应用。
52 2
|
1月前
|
JavaScript Windows
windows安装vue
windows安装vue
|
1月前
|
应用服务中间件 Apache Windows
免安装版的Tomcat注册为windows服务
免安装版的Tomcat注册为windows服务
79 3
|
14天前
|
Linux 网络安全 虚拟化
适用于Linux的Windows子系统(WSL1)的安装与使用记录
并放到启动文件夹,就可以开机自动启动了。
17 0
|
22天前
|
Windows
安装Windows XP系统
安装Windows XP系统
|
1月前
|
Ubuntu Linux 开发工具
windows11安装WLS2+Ubuntu
windows11安装WLS2+Ubuntu