Add clang compile instructions
This commit is contained in:
parent
01522416ce
commit
a00dda0b0c
@ -75,13 +75,13 @@ CC=clang CXX=clang++ LD=clang++ make -C pcsx-redux
|
||||
wget http://psx.arthus.net/sdk/Psy-Q/psyq-4.7-converted-full.7z
|
||||
```
|
||||
|
||||
5. Extract this archive to [...]pcsx-redux/src/mips/psyq/ :
|
||||
5. Extract this archive to `[...]pcsx-redux/src/mips/psyq/`, adapting the path in the command below to the folder you cloned pcsx-redux in :
|
||||
|
||||
```bash
|
||||
7z x -o/pcsx-redux/src/mips/psyq/
|
||||
```
|
||||
|
||||
Your `pcsx-redux/src/mips/psyq/` directory should not contain an `include` and a `lib` folder with a bunch of files in each of them :
|
||||
Your `pcsx-redux/src/mips/psyq/` directory should not contain an `include` and a `lib` folder with a bunch of files in each of them :
|
||||
|
||||
```bash
|
||||
$tree /pcsx-redux/src/mips/psyq/
|
||||
|
Loading…
Reference in New Issue
Block a user