Skip to content

Commit 69121f5

Browse files
authored
Rollup merge of #64241 - adityaatluri:install-doc, r=Mark-Simulacrum
[doc] Added more prereqs and note about default directory
2 parents e77ba6f + 7dd5c66 commit 69121f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ or reading the [rustc guide][rustcguidebuild].
3232
* `cmake` 3.4.3 or later
3333
* `curl`
3434
* `git`
35+
* `ssl` which comes in `libssl-dev` or `openssl-devel`
3536

3637
2. Clone the [source] with `git`:
3738

@@ -56,6 +57,8 @@ or reading the [rustc guide][rustcguidebuild].
5657
an installation (using `./x.py install`) that you set the `prefix` value
5758
in the `[install]` section to a directory that you have write permissions.
5859

60+
Create install directory if you are not installing in default directory
61+
5962
4. Build and install:
6063

6164
```sh

0 commit comments

Comments
 (0)