Skip to content

Commit

Permalink
Merge pull request #315 from h2o-DS/Add-base-devel-to-MSYS2-Install
Browse files Browse the repository at this point in the history
Add base-devel to MSYS2 install
  • Loading branch information
lhearachel authored Dec 8, 2024
2 parents 84fd0c1 + d06cd93 commit 3d05120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3d05120

Please sign in to comment.