PCSX2 Documentation/Compiling on Linux: Difference between revisions

Jump to navigation Jump to search
Line 49: Line 49:
Note: On Arch Linux, you will need to explicitly specify to cmake where to find the config executables. You can do that by adding these flags into the build script:
Note: On Arch Linux, you will need to explicitly specify to cmake where to find the config executables. You can do that by adding these flags into the build script:


<code>-DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config32-2.8'</code>
<source lang="bash">
<code>-DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc32-2.8'</code>
-DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config32-2.8'
-DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc32-2.8'
</source>


Now that we have installed all external libraries, it is time to compile the source code! To do that, we are going to run a shell script which automates the entire process.<br />
Now that we have installed all external libraries, it is time to compile the source code! To do that, we are going to run a shell script which automates the entire process.<br />
ninja
782

edits

Navigation menu