mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-11-27 05:00:23 +00:00
191 B
191 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)