From 18522e8fe891f297307d0b6756e9bb2a2ad3468c Mon Sep 17 00:00:00 2001 From: ABelliqueux Date: Mon, 17 May 2021 19:49:09 +0200 Subject: [PATCH] Add clang min version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17a81e1..e330285 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ git clone https://github.com/grumpycoders/pcsx-redux.git --recursive make -C pcsx-redux ``` -If you encounter an error due to an old version of GCC (< 10) like something about `-fcoroutines`, then you can use **clang** to compile `pcsx-redux` : +If you encounter an error due to an old version of GCC (< 10) like something about `-fcoroutines`, then you can use **clang** ( min version 9) to compile `pcsx-redux` : ```bash