1
0
mirror of https://github.com/open-simh/simh.git synced 2026-02-03 07:21:06 +00:00

Update deps.sh

This commit is contained in:
Ender Wiggin
2024-02-05 21:17:35 +00:00
committed by Paul Koning
parent 4edbd76c85
commit 2102b01f2d

View File

@@ -6,11 +6,11 @@ install_osx() {
vde cmake gnu-getopt coreutils
}
install_arch() {
sudo pacman -S pkgconf
sudo pacman -S pcre libpng libedit
sudo pacman -S mesa
sudo pacman -S libsm
sudo -S cmake
sudo pacman -S --noconfirm pkgconf
sudo pacman -S --noconfirm pcre libpng libedit
sudo pacman -S --noconfirm mesa
sudo pacman -S --noconfirm libsm
sudo pacman -S --noconfirm cmake
}