mirror of https://github.com/PCSX2/pcsx2.git
Updated Installing on Linux (markdown)
parent
acff5c9ef2
commit
ee749ed5d2
|
@ -8,6 +8,7 @@ NOTE: Only 32-bit architectures are supported, or distributions that allow the i
|
|||
4. [Ubuntu PPA](#ubuntu-ppa)
|
||||
5. [Arch Linux](#arch-linux)
|
||||
6. [Ubuntu 20.04](#how-to-compile-pcsx2-in-2020-ubuntu-2004)
|
||||
7. [Gentoo](#how-to-compile-pcsx2-in-2020-gentoo--derivatives)
|
||||
|
||||
## Introduction
|
||||
|
||||
|
@ -266,7 +267,7 @@ sudo apt install cmake g++-10-multilib \
|
|||
libaio-dev:i386 libasound2-dev:i386 liblzma-dev:i386 \
|
||||
libsdl2-dev:i386 libsoundtouch-dev:i386 \
|
||||
libxml2-dev:i386 libpcap0.8-dev:i386 \
|
||||
portaudio19-dev:i386 libsoundtouch-dev:i386
|
||||
portaudio19-dev:i386 libsoundtouch-dev:i386 libsamplerate0-dev:i386
|
||||
|
||||
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 10
|
||||
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 10
|
||||
|
|
Loading…
Reference in New Issue