Skip to content

Commit 7dd5c66

Browse files
author
Aditya Atluri
authored
Added more prereqs and note about default directory
1 parent 4894123 commit 7dd5c66

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)