Rust下載和安裝

一、在Linux和Mac上安裝Rust:


在Linux和Mac上安裝Rust(穩定的二進制)的一個簡單的方法,只須要在shell中運行如下命令: html

$ curl -sSf https://static.rust-lang.org/rustup.sh | sh

一個簡單的方法來安裝測試版二進制的Rust在Linux和Mac上,只須要在shell中運行這個: shell

$ curl -sSf https://static.rust-lang.org/rustup.sh | sh -s -- --channel=beta

一個簡單的方法來安裝Rust的二進制在Linux和Mac上,只須要在shell中運行這個命令: windows

$ curl -sSf https://static.rust-lang.org/rustup.sh | sh -s -- --channel=nightly

二、在Windows上安裝Rust:

請訪問如下網址:http://www.rust-lang.org/ ,並下載  rust-1.0.0-x86_64-pc-windows-gnu.msi

安裝過程參考如下: yii

圖片太多,請參見:http://www.yiibai.com/rust/install.html curl

相關文章
相關標籤/搜索