Add Fedora

Mosaab Alzoubi 2017-07-19 18:37:57 +03:00
parent 4f4c60caee
commit 55281af161
1 changed files with 11 additions and 0 deletions

@ -3,6 +3,7 @@ NOTE: Only 32-bit architectures are supported, or distributions that allow the i
## Index ## Index
1. [Introduction](#introduction) 1. [Introduction](#introduction)
2. [CMake Build System](#cmake-build-system) 2. [CMake Build System](#cmake-build-system)
3. [Fedora](#fedora)
4. [Ubuntu PPA](#ubuntu-ppa) 4. [Ubuntu PPA](#ubuntu-ppa)
5. [Arch Linux](#arch-linux) 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 -- 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 ## 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. 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.