PCSX2 Documentation/PCSX2 Build Scripts: Difference between revisions

→‎Expert debugging parameters: wxWidgets 2.8 is not supported anymore (and doesn't compile)
No edit summary
(→‎Expert debugging parameters: wxWidgets 2.8 is not supported anymore (and doesn't compile))
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{DocTabs|Section=1}}
PCSX2 is an extremely complex project with many, many source code files, so much of the process of building and compiling the project is automated.
PCSX2 is an extremely complex project with many, many source code files, so much of the process of building and compiling the project is automated.


Line 30: Line 29:
*Build GS replayer: <code>-DBUILD_REPLAY_LOADERS=TRUE</code>
*Build GS replayer: <code>-DBUILD_REPLAY_LOADERS=TRUE</code>
*Use Address Sanitizer: <code>-DUSE_ASAN=TRUE</code>
*Use Address Sanitizer: <code>-DUSE_ASAN=TRUE</code>
*Force wxWidget 2.8 (to spot a regression) : <code>-DWX28_API=TRUE</code>


===Experimental parameters===  
===Experimental parameters===  
Line 193: Line 191:
This will build the package, automatically installing all dependencies. It will then prompt for your password to install the package with pacman.
This will build the package, automatically installing all dependencies. It will then prompt for your password to install the package with pacman.


{{PCSX2 Starting Documentation Navbox}}
 
{{PCSX2 Documentation Navbox}}
ninja
8

edits