From d7d0508aaab6be35211a0e4629925f87a014e8f6 Mon Sep 17 00:00:00 2001 From: Mrlinkwii Date: Sun, 20 Mar 2022 11:37:08 +0000 Subject: [PATCH] remove 32 bit instruction since 32bit support is gone --- Installing-on-Linux.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/Installing-on-Linux.md b/Installing-on-Linux.md index c7a2a55..12dcf0e 100644 --- a/Installing-on-Linux.md +++ b/Installing-on-Linux.md @@ -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 -## 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
-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