LoginSignup
10
6

More than 5 years have passed since last update.

Mac に homebrew で Rust 開発環境を作る

Posted at

自分用メモ。普通に brew でいける。

$ brew install rust
==> Downloading https://homebrew.bintray.com/bottles/rust-1.1.0.yosemite.bottle.tar.gz
######################################################################## 100.0%
==> Pouring rust-1.1.0.yosemite.bottle.tar.gz
==> Caveats

Bash completion has been installed to:
  /usr/local/etc/bash_completion.d

zsh completion has been installed to:
  /usr/local/share/zsh/site-functions
==> Summary
🍺  /usr/local/Cellar/rust/1.1.0: 13888 files, 363M

確認。

$ rustc -V
rustc 1.1.0

パッケージマネージャである Cargo も入ってた。すばらしい :meat_on_bone:

% cargo -V                                                                                                                                                                                                                                  [akira.suenami@O-05630-MAC.local:~]
cargo 0.3.0 (b030d35 2015-06-25) (built 2015-06-26)
10
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
6