Added more prereqs and note about default directory
This commit is contained in:
parent
4894123d21
commit
7dd5c66108
@ -32,6 +32,7 @@ or reading the [rustc guide][rustcguidebuild].
|
|||||||
* `cmake` 3.4.3 or later
|
* `cmake` 3.4.3 or later
|
||||||
* `curl`
|
* `curl`
|
||||||
* `git`
|
* `git`
|
||||||
|
* `ssl` which comes in `libssl-dev` or `openssl-devel`
|
||||||
|
|
||||||
2. Clone the [source] with `git`:
|
2. Clone the [source] with `git`:
|
||||||
|
|
||||||
@ -56,6 +57,8 @@ or reading the [rustc guide][rustcguidebuild].
|
|||||||
an installation (using `./x.py install`) that you set the `prefix` value
|
an installation (using `./x.py install`) that you set the `prefix` value
|
||||||
in the `[install]` section to a directory that you have write permissions.
|
in the `[install]` section to a directory that you have write permissions.
|
||||||
|
|
||||||
|
Create install directory if you are not installing in default directory
|
||||||
|
|
||||||
4. Build and install:
|
4. Build and install:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
Loading…
Reference in New Issue
Block a user