首页 > 其他 > 详细

rust-install

时间:2015-05-16 18:47:58      阅读:345      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!