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

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