GCC 11 required for some std::atomic operations

Steveice10 2023-09-19 05:02:30 -07:00
parent 9de36c24a3
commit 62c4f80be5

@ -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++`