shadPS4/documents/building-linux.md
TreezZ 28806e28aa
Update documents/building-linux.md
Co-authored-by: TheTurtle <47210458+raphaelthegreat@users.noreply.github.com>
2024-07-07 16:47:41 +01:00

525 B

Build shadPS4 for Linux

Clone the repository recursively:

git clone --recursive https://github.com/shadps4-emu/shadPS4.git
cd shadPS4

Generate the build directory in the shadPS4 directory:

cmake -S . -B build/

Enter the directory:

cd build/

Use make to build the project:

cmake --build . --parallel

Now run the emulator:

./shadps4 /"PATH"/"TO"/"GAME"/"FOLDER"/eboot.bin