PCSX2 Documentation/Compiling on Linux: Difference between revisions

Jump to navigation Jump to search
You should probably run make with -j or it'll be a lot slower.
(Added a disclaimer and some quick and dirty instructions until the rest of the page can be rewritten.)
(You should probably run make with -j or it'll be a lot slower.)
Line 32: Line 32:
! Compiler/build system !! command
! Compiler/build system !! command
|-
|-
| gcc/make || mkdir build && cd build && cmake --preset=gcc-release .. && make
| gcc/make || mkdir build && cd build && cmake --preset=gcc-release .. && make -j <number of jobs. Say 4 or 6 if you aren't sure.>
|-
|-
| gcc/ninja || mkdir build && cd build && cmake --preset=gcc-release-ninja .. && ninja
| gcc/ninja || mkdir build && cd build && cmake --preset=gcc-release-ninja .. && ninja
ninja
6

edits

Navigation menu