1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-22 21:49:21 +00:00

Use SDL2 instead of SDL

This commit is contained in:
Ricardo Bánffy
2025-10-26 17:16:21 +00:00
committed by Paul Koning
parent 366a79a845
commit 3862a8cd99

View File

@@ -24,7 +24,7 @@ install_arch_linux() {
install_redhat() {
sudo dnf group install -y "development-tools"
sudo dnf install -y cmake ninja-build which g++
sudo dnf install -y SDL_ttf-devel
sudo dnf install -y SDL2_ttf-devel
sudo dnf install -y freetype-devel
}