summaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorAdmiral H. Curtiss <pikachu025@gmail.com>2023-05-01 03:03:05 +0200
committerGitHub <noreply@github.com>2023-05-01 03:03:05 +0200
commitb514df1227f89fcc6f8e6a2cdd2abae8a100d054 (patch)
treed34399941cd4e07141c43cbb2530c73d7e1302d7 /Readme.md
parent0eeeac2487cebe8e8eeae95d40c4e6c9ed640424 (diff)
parenta306da2f80ab3d08b674cfc3ed35ee85536669e6 (diff)
Merge pull request #10969 from phire/minimum_compilers
Enforce minimum supported versions of GCC and Clang
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/Readme.md b/Readme.md
index 242b459137..6eadae6e7b 100644
--- a/Readme.md
+++ b/Readme.md
@@ -53,10 +53,12 @@ The "Debug" solution configuration is significantly slower, more verbose and les
## Building for Linux and macOS
-Dolphin requires [CMake](https://cmake.org/) for systems other than Windows. Many libraries are
-bundled with Dolphin and used if they're not installed on your system. CMake
-will inform you if a bundled library is used or if you need to install any
-missing packages yourself. You may refer to the [wiki](https://github.com/dolphin-emu/dolphin/wiki/Building-for-Linux) for more information.
+Dolphin requires [CMake](https://cmake.org/) for systems other than Windows.
+You need a recent version of GCC or Clang with decent c++20 support. CMake will
+inform you if your compiler is too old.
+Many libraries are bundled with Dolphin and used if they're not installed on
+your system. CMake will inform you if a bundled library is used or if you need
+to install any missing packages yourself. You may refer to the [wiki](https://github.com/dolphin-emu/dolphin/wiki/Building-for-Linux) for more information.
Make sure to pull submodules before building:
```sh