mirror of https://github.com/PCSX2/pcsx2.git
Updated Installing on Linux (markdown)
parent
c48cc8338b
commit
d7bd144b63
|
@ -223,6 +223,11 @@ With multiarch functionality, you can install a 32-bit PPA on a 64-bit Ubuntu. Y
|
|||
|
||||
#### Add the x86 architecture to your package manager (x64 installs of 12.04 or newer only)
|
||||
|
||||
**WARNING, ONLY DO THIS IF ON THE x86_64/AMD64 or x86/i386 ARCHITECTURES**
|
||||
|
||||
`dpkg --print-architecture` should return `amd64` or `i386`, otherwise this will NOT work and likely break your install<br />
|
||||
You have been warned!
|
||||
|
||||
In a terminal, type:
|
||||
````
|
||||
sudo dpkg --add-architecture i386
|
||||
|
|
Loading…
Reference in New Issue