Windows 8 安装rust

简介: Windows 8 安装rust

今天再次安装rust,省事了很多。windows8 安装了visual studio 2013 保证有C++运行环境。


然后去rust安装的官网下载rust-init.exe。


https://www.rust-lang.org/zh-CN/tools/install

管理员模式运行cmd,进入下载目录,执行rust-init


默认安装


执行后,会提示PATH可能还需要修改,并且需要重启你的shell。


关闭cmd,再次运行,输入rustc --version

rustc 1.44.1 (c7087fe00 2020-06-17)


这说明已经安装好了并且环境变量已经修改成功了。


https://www.runoob.com/rust/rust-setup.html 上有更加详细的安装步骤,适合新手。

 

-----

运行第一个程序,小白式的进入体验:

新建一个文件夹。

md rust
cd rust
cargo new greeting


这会在当前目录生成一个greeting目录,进入它。

cd ./greeting  
cargo build  
cargo run

这样就看见第一个输出了>

Hello,  world!


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