mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-01 12:46:01 +00:00
314 B
314 B
Build shadPS4 for 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)