X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=README.md;h=4c2e4eef6552fb3e51567480056ed80c28a0415f;hb=998df0d70b0c837d52a1c8100773409390df840c;hp=724bc36ecc6fb7fd2bb6b9783416528c7554b9ae;hpb=c53ce3b0cf271641530f3160a46ac239ca0c3623;p=rust.git diff --git a/README.md b/README.md index 724bc36ecc6..4c2e4eef655 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ or reading the [rustc guide][rustcguidebuild]. * `cmake` 3.4.3 or later * `curl` * `git` + * `ssl` which comes in `libssl-dev` or `openssl-devel` 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 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: ```sh