77 Commits

Author SHA1 Message Date
Steve Klabnik
78f20cabfc One does not simply make Cargo
README fix with correct build instructions for building from source.
2014-11-18 09:55:01 -05:00
Pierre Krieger
18591de2e8 Update links to windows nightlies in the README 2014-11-10 13:44:28 +01:00
Steve Klabnik
1464853e83 Fix requirements in README 2014-10-30 23:34:11 -04:00
Eduardo Bautista
bd536dccda Update docs url 2014-10-18 01:17:02 -05:00
Alex Crichton
74705a052d Install materials to comply with upstream licenses
This follows #656 by mentioning OpenSSL in the README, as well as install all
license files on installation. A hand-generated LICENSE-THIRD-PARTY is also
included.

Closes #656

This also approaches #657 by mentioning that we have GPL software in the README.
Cargo will hopefully support a more complete "all source" distribution in the
future, but at this time there is not an easy way to generate a complete source
tarball via cargo.
2014-10-02 12:43:05 -07:00
Brian Anderson
cce8d582d6 Change downloads to HTTPS 2014-09-18 19:16:19 -07:00
Brian Anderson
009d3959ab Update windows downloads 2014-09-18 16:57:29 -07:00
Eduardo Bautista
2f86d7420c Update "Contributing to the Docs" 2014-09-11 16:12:26 -05:00
Alex Crichton
5ef037584b Add a note about required build tools and packages
Closes #518
2014-09-07 11:25:26 -07:00
Colin Dean
a39a331a38 Remove $ from lines in readme to improve copyability
When a $ is present, it prevents someone from easily copying and
pasting the whole block.
2014-08-17 19:02:04 -04:00
Alex Crichton
3b77b2c763 Fix all tests and rebase conflicts
This rebases the lockfile branch to master and updates all code necessary to get
the tests passing again.
2014-07-31 10:16:03 -07:00
Alex Crichton
c1bbc721a3 Update the README with current information
Closes #271
Closes #274
Closes #292
2014-07-30 10:11:36 -07:00
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
Alex Crichton
1aaaf85166 Add an installation script to the repo
This updates the `make install` target and adds a new `make dist` target which
will prepare a distributable tarball with an install script. All work is based
off the equivalent rust nightly tarball and nightly installation scripts.

Closes #159
Closes #184
2014-07-14 08:18:49 -07:00
Tomaka17
f11ee1f4f0 Make README nightlies links clickable 2014-07-10 08:38:25 -07:00
Alex Crichton
ffd985f1f4 Add documentation about cargo nightlies 2014-07-07 07:49:14 -07:00
Brian Cobb
7fdde8e1eb README uses "its" instead of "it's" 2014-07-02 08:54:46 -05:00
Yehuda Katz
fe6240146d Update README.md 2014-06-24 13:37:28 -07:00
Alex Crichton
c6fc2f587d Add the standard Rust Apache/MIT license
This copies the same Apache and MIT license files from the rust-lang/rust
repository to the cargo repository. It notable retains the same copyright line
as the rust repository:

    Copyright (c) 2014 The Rust Project Developers

The COPYRIGHT file from the rust repository was not copied over as it looked
like it mainly contained information about third party dependencies, which cargo
does not have yet.

The wording at the end of the rust repository's README.md was also copied over
to cargo's README.md with tweaks to not mention COPYRIGHT and third-party BSD
licenses.

Closes #34
2014-06-24 12:26:13 -07:00
Alex Crichton
eb7a16376f Clarify make install exists as a target
Closes #39
2014-06-24 06:44:47 -07:00
Yehuda Katz
bbd57905ca Update README.md 2014-06-23 23:09:03 -07:00
Yehuda Katz
b4e8630270 Fix the README 2014-06-23 17:02:22 -07:00
Erick Tryzelaar
bbfce4aca4 Fix a typo in the README 2014-06-13 22:14:55 -07:00
aeyk
83651db4e6 Update README.md
Removed comment about make install as no install directive, added --recursive tag
2014-04-11 20:23:20 -04:00
aeyk
41a4df261e Update README.md 2014-04-11 06:11:45 -04:00
Carlhuda
4de86d2eec Initial README with some commands sketched out 2014-03-04 16:06:39 -08:00
Carlhuda
227d4e83ef Initial commit 2014-03-04 15:22:44 -08:00