mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-10 02:56:22 +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
17
documents/linux_building.md
Normal file
17
documents/linux_building.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
## 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