shadPS4/documents/linux_building.md
2024-02-23 23:33:43 +02:00

296 B

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)