mirror of https://github.com/PCSX2/pcsx2.git
add warning that the user should only do this on x86_64/amd64 or i386 systems. People keep doing this on armhf/arm64 and expect it to work, and often break their apt installs
parent
6b9e4ea430
commit
c48cc8338b
|
@ -21,7 +21,12 @@ This is intended to give you an idea of how to compile PCSX2 from Git in Linux.
|
|||
|
||||
### Debian/Ubuntu build dependencies (32bit)
|
||||
|
||||
#### Enable 32-bit libraries
|
||||
**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!
|
||||
|
||||
#### Enable 32-bit libraries:
|
||||
|
||||
`sudo dpkg --add-architecture i386`
|
||||
|
||||
|
|
Loading…
Reference in New Issue