remove 32 bit instruction since 32bit support is gone

Mrlinkwii 2022-03-20 11:37:08 +00:00
parent d72b1166cf
commit d7d0508aaa
1 changed files with 0 additions and 20 deletions

@ -15,26 +15,6 @@
This is intended to give you an idea of how to compile PCSX2 from Git in Linux. Some of the steps may be different on some versions of Linux, and this is not generally supported by the PCSX2 team. If you have issues following this guide, I'd recommend going through this thread for help: https://forums.pcsx2.net/Thread-Linux-Compile-Guide-and-Support This is intended to give you an idea of how to compile PCSX2 from Git in Linux. Some of the steps may be different on some versions of Linux, and this is not generally supported by the PCSX2 team. If you have issues following this guide, I'd recommend going through this thread for help: https://forums.pcsx2.net/Thread-Linux-Compile-Guide-and-Support
## CMake Build System
### Debian/Ubuntu build dependencies (32bit)
**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`
#### Build system
`sudo apt install cmake gcc-multilib g++-multilib`
#### 32-bit libraries
`sudo apt install libaio-dev:i386 libbz2-dev:i386 libcggl:i386 libegl1-mesa-dev:i386 libglew-dev:i386 libgles2-mesa-dev:i386 libgtk2.0-dev:i386 libjpeg-dev:i386 libsdl1.2-dev:i386 libwxgtk3.0-gtk3-dev:i386 nvidia-cg-toolkit zlib1g-dev:i386 libsdl2-dev:i386 libjack-jackd2-dev:i386 libportaudiocpp0:i386 portaudio19-dev:i386 liblzma-dev:i386 libsoundtouch-dev:i386 libxml2-dev:i386 libpcap0.8-dev:i386`
### Arch Linux build dependencies ### Arch Linux build dependencies