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:
committed by
Paul Koning
parent
366a79a845
commit
3862a8cd99
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user