Skip to content

Commit fa8f869

Browse files
Update pcsx2.md
1 parent 8a8a234 commit fa8f869

File tree

1 file changed

+9
-0
lines changed
  • docs/development/cores/core-specific

1 file changed

+9
-0
lines changed

docs/development/cores/core-specific/pcsx2.md

+9
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,12 @@ Enter the following commands (from the PCSX2 source directory):
4848

4949
cmake -B build -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=Release -DLIBRETRO=ON
5050
cmake --build build --config Release --target pcsx2_libretro
51+
52+
# How to compile (for Linux)
53+
54+
Enter the following commands (from the PCSX2 source directory):
55+
56+
mkdir build
57+
cd build
58+
cmake ..
59+
make

0 commit comments

Comments
 (0)