Created
July 7, 2012 22:04
-
-
Save killerswan/3068252 to your computer and use it in GitHub Desktop.
cargo install is broken?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kunix:temp $ | |
| kunix:temp $ cargo init | |
| info: initialized .cargo in /home/kevin/.cargo | |
| kunix:temp $ | |
| kunix:temp $ cargo install rparse | |
| info: syncing source: central... | |
| info: synced source: central | |
| info: installing central/rparse via git... | |
| kunix:temp $ | |
| kunix:temp $ ls ./.cargo/bin | |
| kunix:temp $ | |
| kunix:temp $ find . -type f | grep rparse | |
| ./.cargo/work/J1oZ7LrXWr83Utio/rparse.rtf | |
| ./.cargo/work/J1oZ7LrXWr83Utio/src/rparse.rs | |
| ./.cargo/work/J1oZ7LrXWr83Utio/src/rparse.rc | |
| kunix:temp $ | |
| kunix:temp $ cargo install cairo | |
| info: syncing source: central... | |
| info: synced source: central | |
| info: installing central/cairo via git... | |
| kunix:temp $ | |
| kunix:temp $ find . -type f | grep cairo | |
| ./.cargo/work/x4b5WSBks1mzWmej/cairo.rc | |
| ./.cargo/work/x4b5WSBks1mzWmej/cairo.rs | |
| kunix:temp $ | |
| kunix:temp $ | |
| kunix:temp $ rustc --version | |
| rustc 0.2 (1eae497 2012-07-05 23:26:41 -0700) | |
| host: x86_64-unknown-linux-gnu | |
| kunix:temp $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment