Add information for installing pcsx2 for x64 and 14.04

Mark McGuire 2014-08-23 08:26:06 -07:00
parent a6970cd433
commit 1467a90c5d
1 changed files with 15 additions and 0 deletions

@ -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. 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 #### Add the PCSX2 PPA to your software sources
In a terminal, type: In a terminal, type: