mirror of https://github.com/PCSX2/pcsx2.git
Add Fedora
parent
4f4c60caee
commit
55281af161
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue