mirror of
https://github.com/open-simh/simh.git
synced 2026-04-17 16:52:49 +00:00
Update deps.sh
This commit is contained in:
committed by
Paul Koning
parent
4edbd76c85
commit
2102b01f2d
@@ -6,11 +6,11 @@ install_osx() {
|
|||||||
vde cmake gnu-getopt coreutils
|
vde cmake gnu-getopt coreutils
|
||||||
}
|
}
|
||||||
install_arch() {
|
install_arch() {
|
||||||
sudo pacman -S pkgconf
|
sudo pacman -S --noconfirm pkgconf
|
||||||
sudo pacman -S pcre libpng libedit
|
sudo pacman -S --noconfirm pcre libpng libedit
|
||||||
sudo pacman -S mesa
|
sudo pacman -S --noconfirm mesa
|
||||||
sudo pacman -S libsm
|
sudo pacman -S --noconfirm libsm
|
||||||
sudo -S cmake
|
sudo pacman -S --noconfirm cmake
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user