Create linux_building
This commit is contained in:
parent
6db401cda6
commit
4a4b93e454
|
@ -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 New Issue