tutorial: More cleanup

This commit is contained in:
Brian Anderson 2012-07-03 19:08:13 -07:00
parent cc3b6bf2f0
commit 08368a38d3

View file

@ -162,8 +162,10 @@ $ make && make install
~~~~
You may need to use `sudo make install` if you do not normally have
permission to modify the destination directory (either `/usr/local/bin`
or the directory specified with to `configure` with `--prefix`).
permission to modify the destination directory. The install locations
can be adjusted by passing a `--prefix` argument to
`configure`. Various other options are also supported, pass `--help`
for more information on them.
When complete, `make install` will place the following programs into
`/usr/local/bin`:
@ -172,13 +174,6 @@ When complete, `make install` will place the following programs into
* `rustdoc`, the API-documentation tool
* `cargo`, the Rust package manager
In addition to a manual page under `/usr/local/share/man` and
a set of host and target libraries under `/usr/local/lib/rustc`.
The install locations can be adjusted by passing a `--prefix` argument
to `configure`. Various other options are also supported, pass `--help`
for more information on them.
[wiki-get-started]: https://github.com/mozilla/rust/wiki/Doc-getting-started
[tarball]: http://dl.rust-lang.org/dist/rust-0.1.tar.gz