diff --git a/Installing-on-Linux.md b/Installing-on-Linux.md index 60124e4..c4535c1 100644 --- a/Installing-on-Linux.md +++ b/Installing-on-Linux.md @@ -3,6 +3,7 @@ NOTE: Only 32-bit architectures are supported, or distributions that allow the i ## Index 1. [Introduction](#introduction) 2. [CMake Build System](#cmake-build-system) +3. [Fedora](#fedora) 4. [Ubuntu PPA](#ubuntu-ppa) 5. [Arch Linux](#arch-linux) @@ -156,6 +157,16 @@ Not all distributions and configurations were tested. In case you encounter a CM -- Build files have been written to: /mnt/playstation/emulateur/package/pcsx2.snapshot-4810 ``` +## Fedora + +Just Add Rpmfusion non-free repo: +https://rpmfusion.org/Configuration + +Then install PCSX2 by terminal command: +``` +sudo dnf install pcsx2 +``` + ## Ubuntu PPA With multiarch functionality, you can install a 32-bit PPA on a 64-bit Ubuntu. You need at least Ubuntu 12.04 (Precise) to do this.