mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-12-29 11:06:07 +00:00
Create linux_building
This commit is contained in:
parent
3457b1801f
commit
a827e94c56
16
documents/linux_building
Normal file
16
documents/linux_building
Normal file
|
@ -0,0 +1,16 @@
|
|||
## 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)
|
||||
```
|
Loading…
Reference in a new issue