From ebbbec414c8b537d4e41af392c270ec4762a76d0 Mon Sep 17 00:00:00 2001 From: bakeromso <43439704+bakeromso@users.noreply.github.com> Date: Fri, 11 Mar 2022 05:43:54 +0100 Subject: [PATCH] Update Compilation.md (#643) --- instructions/Compilation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructions/Compilation.md b/instructions/Compilation.md index 1d7b22d..8d5f7cb 100644 --- a/instructions/Compilation.md +++ b/instructions/Compilation.md @@ -14,7 +14,7 @@ FFmpeg is not included here, because is not needed to build because it is dynami #### Debian / Ubuntu ```shell -sudo apt install -y curl # Needed by Rust update tool +sudo apt install -y curl git build-essential # Needed by Rust update tool curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # Download the latest stable Rust sudo apt install -y libgtk-3-dev ```