Add clang min version

This commit is contained in:
ABelliqueux 2021-05-17 19:49:09 +02:00
parent 29be32ed3b
commit 18522e8fe8

View File

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