1
0
Fork 0
mirror of synced 2024-04-25 16:22:07 +12:00

Update Compilation.md (#643)

This commit is contained in:
bakeromso 2022-03-11 05:43:54 +01:00 committed by GitHub
parent 6ed2e92702
commit ebbbec414c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```