mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-15 16:18:56 +00:00
Update and rename linux_building to linux_building.md
This commit is contained in:
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)
|
||||
```
|
||||
Reference in New Issue
Block a user