mirror of https://github.com/PCSX2/pcsx2.git
add openSUSE instructions
parent
55281af161
commit
575fc77b8d
|
@ -167,6 +167,16 @@ Then install PCSX2 by terminal command:
|
||||||
sudo dnf install pcsx2
|
sudo dnf install pcsx2
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## OpenSUSE Tumbleweed
|
||||||
|
|
||||||
|
Just add the `Emulators` repo and install pcsx2
|
||||||
|
```
|
||||||
|
sudo su - # (become root)
|
||||||
|
zypper ar http://download.opensuse.org/repositories/Emulators/openSUSE_Tumbleweed/Emulators.repo
|
||||||
|
zypper ref
|
||||||
|
zypper in 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