From 834da5a8c156309f84167a8ebb133e871f310404 Mon Sep 17 00:00:00 2001 From: Brian King Date: Tue, 4 Jul 2017 12:00:51 -0500 Subject: [PATCH] Updated Fedora instructions DNF is now preferred package manager. alsa-lib-devel is also required (not mentioned in the current docs) --- docs/source/initialsetup/compilingmame.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/initialsetup/compilingmame.rst b/docs/source/initialsetup/compilingmame.rst index 7acedb69ff0..beb61294ab9 100644 --- a/docs/source/initialsetup/compilingmame.rst +++ b/docs/source/initialsetup/compilingmame.rst @@ -48,7 +48,7 @@ Fedora Linux You'll need a few prerequisites from your distro. Make sure you get SDL2 2.0.3 or 2.0.4 as earlier versions are buggy. -**sudo yum install gcc gcc-c++ SDL2-devel SDL2_ttf-devel libXinerama-devel qt5-qtbase-devel qt5-qttools expat-devel fontconfig-devel** +**sudo dnf install gcc gcc-c++ SDL2-devel SDL2_ttf-devel libXinerama-devel qt5-qtbase-devel qt5-qttools expat-devel fontconfig-devel alsa-lib-devel** Compilation is exactly as described above in All Platforms.