Setting up Linux version: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 27: Line 27:


==Compiling the Source==
==Compiling the Source==


NOTE! There seems to be a small problem in Arch where the cmake cannot find wxgtk. You can fix this by adding these flags to the build script:
NOTE! There seems to be a small problem in Arch where the cmake cannot find wxgtk. You can fix this by adding these flags to the build script:
Line 36: Line 35:
<code>$ cd /home/you/workspace/pcsx2</code><br />
<code>$ cd /home/you/workspace/pcsx2</code><br />
<code>$ sh build.sh</code><br />
<code>$ sh build.sh</code><br />
==Running the Binary


This process may take several minutes. Once it has finished, you should be able to run the pcsx2 binary:<br />
This process may take several minutes. Once it has finished, you should be able to run the pcsx2 binary:<br />
<code>$ ./<br />
<code>$ ./bin/pcsx2-dev<br />
ninja
782

edits