From 8e7b737912da755453df48d1ef9400d5cd2a173b Mon Sep 17 00:00:00 2001 From: pscott <30843220+pscott@users.noreply.github.com> Date: Tue, 10 Dec 2019 23:31:25 +0100 Subject: [PATCH] Add note about rustup update (#696) --- book/src/installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/book/src/installation.md b/book/src/installation.md index 17496ea6b..856bddeee 100644 --- a/book/src/installation.md +++ b/book/src/installation.md @@ -34,6 +34,10 @@ needs to be on your `PATH` before you can run `$ lighthouse`. See ["Configuring the `PATH` environment variable" (rust-lang.org)](https://www.rust-lang.org/tools/install) for more information. +### Compilation error + +Make sure you are running the latest version of Rust. If you have installed Rust using rustup, simply type `$ rustup update`. + ### OpenSSL If you get a build failure relating to OpenSSL, try installing `openssl-dev` or