mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-29 05:46:16 +00:00
Update and rename linux_building to linux_building.md
This commit is contained in:
parent
4a4b93e454
commit
0fd5f32695
1 changed files with 1 additions and 0 deletions
|
@ -1,16 +0,0 @@
|
|||
## 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…
Add table
Add a link
Reference in a new issue