File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -162,8 +162,10 @@ $ make && make install
162
162
~~~~
163
163
164
164
You may need to use ` sudo make install ` if you do not normally have
165
- permission to modify the destination directory (either ` /usr/local/bin `
166
- or the directory specified with to ` configure ` with ` --prefix ` ).
165
+ permission to modify the destination directory. The install locations
166
+ can be adjusted by passing a ` --prefix ` argument to
167
+ ` configure ` . Various other options are also supported, pass ` --help `
168
+ for more information on them.
167
169
168
170
When complete, ` make install ` will place the following programs into
169
171
` /usr/local/bin ` :
@@ -172,13 +174,6 @@ When complete, `make install` will place the following programs into
172
174
* ` rustdoc ` , the API-documentation tool
173
175
* ` cargo ` , the Rust package manager
174
176
175
- In addition to a manual page under ` /usr/local/share/man ` and
176
- a set of host and target libraries under ` /usr/local/lib/rustc ` .
177
-
178
- The install locations can be adjusted by passing a ` --prefix ` argument
179
- to ` configure ` . Various other options are also supported, pass ` --help `
180
- for more information on them.
181
-
182
177
[ wiki-get-started ] : https://github.com/mozilla/rust/wiki/Doc-getting-started
183
178
[ tarball ] : http://dl.rust-lang.org/dist/rust-0.1.tar.gz
184
179
You can’t perform that action at this time.
0 commit comments