From 188c83328f084ed3dd247439ae01f4154e5fcebe Mon Sep 17 00:00:00 2001 From: Petr Akhlamov Date: Sat, 4 Jul 2020 11:51:16 +0300 Subject: [PATCH] Meta: Add ALT Linux packages to BuildInstructions.md (#2688) --- Documentation/BuildInstructions.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index fb91e51c07..41df40c539 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -20,6 +20,11 @@ sudo dnf install curl cmake mpfr-devel libmpc-devel gmp-devel e2fsprogs @"C Deve sudo pacman -S base-devel cmake curl mpfr libmpc gmp e2fsprogs qemu qemu-arch-extra ``` +**ALT Linux** +```bash +apt-get install curl cmake libmpc-devel gmp-devel e2fsprogs libmpfr-devel patch gcc +``` + Ensure your gcc version is >= 8 with `gcc --version`. Otherwise, install it (on Ubuntu) with: ```bash sudo add-apt-repository ppa:ubuntu-toolchain-r/test