summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-02-14 18:40:57 +0100
committerCanop <cano.petrole@gmail.com>2021-02-14 18:40:57 +0100
commit53dd8cdc7be7f74d1b3cad1f3ddab22107d9d135 (patch)
tree7ae8ca982c92662054c1d5605f8d0c751ac26ffb
parent39d70f97909cefc7f656a1a1b1c6af1e3cb48677 (diff)
mention the need for build-essentials for compilation
Fix #324
-rw-r--r--website/docs/install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/docs/install.md b/website/docs/install.md
index 5399d2e..1fb2c5d 100644
--- a/website/docs/install.md
+++ b/website/docs/install.md
@@ -46,7 +46,7 @@ cargo install --path .
If you want a custom compilation, have a look at the [optional features documentation](https://github.com/Canop/broot/blob/master/features.md).
!!! Note
- If there's a compilation error, it usually means you have an old version of the compiler, and you should update it (for example with `rustup update`).
+ If there's a compilation error, it most often means either that you're missing some compilation dependency (on ubuntu/debian try `sudo apt install build-essential`) or that you have an old version of the compiler, and you should update it (for example with `rustup update`).
# Third party repositories