mirror of https://github.com/PCSX2/pcsx2.git
Add information for installing pcsx2 for x64 and 14.04
parent
a6970cd433
commit
1467a90c5d
|
@ -147,6 +147,21 @@ Not all distributions and configurations were tested. In case you encounter a CM
|
|||
|
||||
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.
|
||||
|
||||
#### Add the x86 architecture to your package manager (x64 installs of 12.04 or newer only)
|
||||
In a terminal, type:
|
||||
````
|
||||
sudo dpkg --add-architecture i386
|
||||
````
|
||||
|
||||
#### Add the multiverse package repository
|
||||
Uncomment lines looking like this, where trusty is replaced by your Ubuntu version
|
||||
````
|
||||
deb http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
|
||||
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
|
||||
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
|
||||
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
|
||||
````
|
||||
|
||||
#### Add the PCSX2 PPA to your software sources
|
||||
|
||||
In a terminal, type:
|
||||
|
|
Loading…
Reference in New Issue