mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-14 08:12:16 +00:00
16 lines
190 B
Text
16 lines
190 B
Text
## Linux
|
|
|
|
Generate the build directory in the shadPS4 directory:
|
|
```
|
|
cmake -S . -B build/
|
|
```
|
|
|
|
Enter the directory:
|
|
```
|
|
cd build/
|
|
```
|
|
|
|
Use make to build the project:
|
|
```
|
|
make -j$(nproc)
|
|
```
|