From ee749ed5d22213e781537714b95e2526186c1e27 Mon Sep 17 00:00:00 2001 From: Florin9doi <2995486+Florin9doi@users.noreply.github.com> Date: Thu, 12 Nov 2020 21:47:52 +0200 Subject: [PATCH] Updated Installing on Linux (markdown) --- Installing-on-Linux.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Installing-on-Linux.md b/Installing-on-Linux.md index 4c4c392..345ed40 100644 --- a/Installing-on-Linux.md +++ b/Installing-on-Linux.md @@ -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