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

theofficialgman 2021-11-18 17:22:19 -05:00
parent 6b9e4ea430
commit c48cc8338b
1 changed files with 6 additions and 1 deletions

@ -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`