码迷,mamicode.com
首页 > 其他好文 > 详细

rust-install

时间:2015-05-16 18:49:39      阅读:141      评论:0      收藏:0      [点我收藏+]

标签:

?  rust  curl -sf -L https://static.rust-lang.org/rustup.sh | sh


Welcome to Rust.


This script will download the Rust compiler and its package manager, Cargo, and

install them to /usr/local. You may install elsewhere by running this script

with the --prefix=<path> option.


The installer will run under ‘sudo‘ and may ask you for your password. If you do

not want the script to run ‘sudo‘ then pass it the --disable-sudo flag.


You may uninstall later by running /usr/local/lib/rustlib/uninstall.sh,

or by running this script again with the --uninstall flag.


Continue? (y/N) y


rustup: gpg not available. signatures will not be verified

rustup: downloading manifest for ‘stable‘

rustup: downloading toolchain for ‘stable‘

######################################################################## 100.0%

rustup: extracting installer

rustup: installing toolchain for ‘stable‘

Password:

Sorry, try again.

Password:

install: uninstalling component ‘rustc‘

install: uninstalling component ‘rust-docs‘

install: creating uninstall script at /usr/local/lib/rustlib/uninstall.sh

install: installing component ‘rustc‘

install: installing component ‘cargo‘

install: installing component ‘rust-docs‘


    Rust is ready to roll.



rust-install

标签:

原文地址:http://my.oschina.net/lxrm/blog/415719

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!