Add clang compile instructions

This commit is contained in:
ABelliqueux 2021-05-17 19:37:31 +02:00
parent 5a57f79de2
commit 01522416ce

View File

@ -60,6 +60,13 @@ git clone https://github.com/grumpycoders/pcsx-redux.git --recursive
```bash
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` :
```bash
CC=clang CXX=clang++ LD=clang++ make -C pcsx-redux
```
4. Get the converted PsyQ 4.7 libs :