1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-19 20:46:23 +00:00

Add missing package to dependency checker for arch linux

I added the missing dependency sdl2_ttf for arch linux in the dependency checker as after using the checker I still needed to manually install that to compile.
This commit is contained in:
tkbits
2026-02-25 02:21:46 -08:00
committed by Paul Koning
parent e2d706cbd0
commit 06ee4e845d

View File

@@ -17,6 +17,7 @@ install_arch_linux() {
sudo pacman -S --noconfirm mesa
sudo pacman -S --noconfirm libsm
sudo pacman -S --noconfirm cmake
sudo pacman -S --noconfirm sdl2_ttf
}