diff --git a/INSTALL.md b/INSTALL.md index 7eddb44f11..02cb8ca8ad 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -53,7 +53,7 @@ the following commands to install necessary build dependencies: ```bash echo 'export PATH=${PATH}:/mingw64/bin' >> ~/.bashrc source ~/.bashrc - pacman -S git meson gcc flex bison mingw-w64-x86_64-arm-none-eabi-{binutils,gcc} + pacman -S git meson gcc flex bison base-devel mingw-w64-x86_64-arm-none-eabi-{binutils,gcc} ``` Press 'Y' when prompted to confirm the installation.