We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4894123 commit 7dd5c66Copy full SHA for 7dd5c66
README.md
@@ -32,6 +32,7 @@ or reading the [rustc guide][rustcguidebuild].
32
* `cmake` 3.4.3 or later
33
* `curl`
34
* `git`
35
+ * `ssl` which comes in `libssl-dev` or `openssl-devel`
36
37
2. Clone the [source] with `git`:
38
@@ -56,6 +57,8 @@ or reading the [rustc guide][rustcguidebuild].
56
57
an installation (using `./x.py install`) that you set the `prefix` value
58
in the `[install]` section to a directory that you have write permissions.
59
60
+ Create install directory if you are not installing in default directory
61
+
62
4. Build and install:
63
64
```sh
0 commit comments