We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a8a234 commit fa8f869Copy full SHA for fa8f869
docs/development/cores/core-specific/pcsx2.md
@@ -48,3 +48,12 @@ Enter the following commands (from the PCSX2 source directory):
48
49
cmake -B build -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=Release -DLIBRETRO=ON
50
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