From a70dfc0bc3a6593162bcdb0eedb9651d99e4ba9b Mon Sep 17 00:00:00 2001 From: Stephan Tietz <1504437+stietz@users.noreply.github.com> Date: Sun, 17 Nov 2019 13:41:11 +0000 Subject: [PATCH] Updated Building binary (markdown) --- Building-binary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-binary.md b/Building-binary.md index abacdfc..083440b 100644 --- a/Building-binary.md +++ b/Building-binary.md @@ -23,7 +23,7 @@ cargo build --features mysql --release When run, the server is accessible in [http://localhost:8000](http://localhost:8000). -NB: There is an known [issue](https://github.com/rust-lang/rust/issues/62896) where an incompatibility between the Rust compiler and LLVM can fail with a segfault. You can tell cargo to use and older version of the compiler, e.g. ```cargo +nightly-2019-08-27 build --features yourbackend --release``` +*Note: There is an known [issue](https://github.com/rust-lang/rust/issues/62896) where an incompatibility between the Rust compiler and LLVM can fail with a segfault. You can tell cargo to use and older version of the compiler, e.g. ```cargo +nightly-2019-08-27 build --features yourbackend --release```* ### Install the web-vault A compiled version of the web vault can be downloaded from [dani-garcia/bw_web_builds](https://github.com/dani-garcia/bw_web_builds/releases).