Benjamin R. Haskell e2353a5b63 Update README with new build instructions
- Remove outdated `git submodule` instructions
- Add new `./configure` build step
2014-07-29 01:14:36 -04:00
WIP
2014-04-11 17:39:18 -07:00
2014-07-28 18:07:09 -07:00
2014-07-22 10:07:49 -07:00
2014-07-22 10:07:49 -07:00
2014-04-29 11:43:18 -07:00
2014-07-28 18:07:09 -07:00
2014-07-28 18:07:09 -07:00

Cargo downloads your Rust projects dependencies and compiles your project.

Learn more at http://crates.io/.

Installing cargo from nightlies

Cargo has nightlies available for use. The cargo source is not always guaranteed to compile on rust master as it may lag behind by a day or two. Nightlies, however, will run regardless of this fact!

$ curl -O http://static.rust-lang.org/cargo-dist/cargo-nightly-linux.tar.gz
$ tar xf cargo-nightly-linux.tar.gz
$ ./cargo-nightly/install.sh

The current nightlies available are:

Compiling cargo

Run ./configure to create a Makefile. (./configure --help will show common options.)

Then it's as simple as make followed by make install and you're ready to go.

Contributing to the Docs

To contribute to the docs, please submit pull requests to wycats/cargo-website. All you need to do is change the markdown files in the source directory.

License

Cargo is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.

Description
The Rust package manager
Readme 96 MiB
Languages
Rust 95.4%
Roff 4.2%
JavaScript 0.2%
Shell 0.1%