Skip to content

Commit

Permalink
Update pcsx2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin authored Aug 2, 2024
1 parent 8a8a234 commit fa8f869
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/development/cores/core-specific/pcsx2.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,12 @@ Enter the following commands (from the PCSX2 source directory):

cmake -B build -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=Release -DLIBRETRO=ON
cmake --build build --config Release --target pcsx2_libretro

# How to compile (for Linux)

Enter the following commands (from the PCSX2 source directory):

mkdir build
cd build
cmake ..
make

0 comments on commit fa8f869

Please sign in to comment.