From d06cd93023134abb560d62f47ccdc8b1fd025102 Mon Sep 17 00:00:00 2001 From: h2o-DS <71458559+h2o-DS@users.noreply.github.com> Date: Sun, 8 Dec 2024 10:39:02 -0500 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.