From 62c4f80be542bc3520422f8c86625574677fb620 Mon Sep 17 00:00:00 2001 From: Steveice10 <1269164+Steveice10@users.noreply.github.com> Date: Tue, 19 Sep 2023 05:02:30 -0700 Subject: [PATCH] GCC 11 required for some std::atomic operations --- Building-for-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index d2dda79..d5b43a4 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -83,7 +83,7 @@ You'll need to download and install the following to build Citra: * OpenSUSE Tumbleweed: `zypper in libesd0-devel` * Compiler: GCC or Clang. You only need one of these two: - * GCC 10.0+. + * GCC 11.0+. - Deb: `apt install build-essential` - Arch: `pacman -S base-devel` - Fedora: `dnf install gcc-c++`