91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Windows WSL2安裝Rust開發環境的方法步驟

發布時間:2021-10-14 09:46:07 來源:億速云 閱讀:736 作者:iii 欄目:編程語言

本篇內容主要講解“Windows WSL2安裝Rust開發環境的方法步驟”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“Windows WSL2安裝Rust開發環境的方法步驟”吧!

安裝WSL

這里安裝的是Alpine Linux,體積小,消耗資源少。

  1. 安裝Apline WSL

https://www.microsoft.com/en-us/p/alpine-wsl/9p804crf0395#activetab=pivot:overviewtab

Windows WSL2安裝Rust開發環境的方法步驟

  1. 安裝與配置:sudo命令

# 登錄root
su
# 安裝sudo
apk add sudo
# 將用戶名添加到wheel中,才能執行sudo
addgroup [username] wheel
# 去除sudo時,輸入密碼
visudo
# 找到行"# %wheel ALL=(ALL) NOPASSWD: ALL"去掉'#'號取消注釋,:wq保存。
  1. 添加阿里云Apline源,加速軟件安裝

sudo sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
  1. 安裝基礎軟件包

sudo apk add bash wget curl git vim tar gzip build-base

安裝Rust

1. 加速Rust安裝

export RUSTUP_DIST_SERVER=https://mirrors.ustc.edu.cn/rust-static
export RUSTUP_UPDATE_ROOT=https://mirrors.ustc.edu.cn/rust-static/rustup

2. 安裝Rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

3. 配置cargo阿里云源,  加速cargo install

vim ~/.cargo/config

將下面的內容,放到上方文件中,然后 :wq

[source.crates-io]
registry = "https://github.com/rust-lang/crates.io-index"
replace-with = "rustcc"
[source.rustcc]
registry = "https://code.aliyun.com/rustcc/crates.io-index.git"

測試Rust

  1. 檢查版本:

rustc -V
# 輸出:rustc 1.51.0 (2fd73fabe 2021-03-23)
cargo -V
# 輸出: cargo 1.51.0 (43b129a20 2021-03-16)

2. 檢查是否正常build

# 創建一個demo項目
cargo new first_demo
cd first_demo
cargo build
##  輸出:   Compiling first_demo v0.1.0 (/home/xxx/workspace/vscode/demo/first_demo)
##          Finished dev [unoptimized + debuginfo] target(s) in 0.78s
cargo run
##  輸出:      Finished dev [unoptimized + debuginfo] target(s) in 0.00s
##             Running `target/debug/first_demo`
##  Hello, world!

安裝vscode(Visual Studio Code)

  1. windows中安裝vscode:

https://code.visualstudio.com/download

Windows WSL2安裝Rust開發環境的方法步驟

  1. 打開VSCode, 安裝   Remote - WSL   與   Rust   兩款插件.

  2. “ctrl + shift + p” 調出命令,輸入wsl,選擇"Remote-WSL:New Window using Distro...",再選擇"Apline"即可。

Windows WSL2安裝Rust開發環境的方法步驟

  1. 打開創建的"first_demo",就可以開始玩耍了。

Windows WSL2安裝Rust開發環境的方法步驟

到此,相信大家對“Windows WSL2安裝Rust開發環境的方法步驟”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

东平县| 阳曲县| 汉川市| 定安县| 响水县| 永修县| 岢岚县| 镇康县| 嘉善县| 红河县| 连江县| 双柏县| 旅游| 罗田县| 元阳县| 公主岭市| 云龙县| 五大连池市| 晴隆县| 内丘县| 锡林浩特市| 上栗县| 漳州市| 怀柔区| 伊通| 平安县| 施甸县| 兴宁市| 崇左市| 巫山县| 新建县| 东光县| 都匀市| 云霄县| 陇西县| 周口市| 青龙| 祁东县| 囊谦县| 建昌县| 红安县|