Update and rename linux_building to linux_building.md

This commit is contained in:
georgemoralis 2023-08-08 22:29:51 +03:00 committed by GitHub
parent 4a4b93e454
commit 0fd5f32695
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
```