PCSX2 Documentation/Compiling on Linux: Difference between revisions

Updated binary launching instructions
(Added warning at the end in regards to missing deps)
(Updated binary launching instructions)
Line 101: Line 101:
==Running the Binary==
==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, which should've been output to the <code>bin/</code> directory.
<source lang="bash">$ ./bin/pcsx2-dev</source>
 
<source lang="bash">$ ./bin/PCSX2</source>
 
The most straightforward to invoke the PCSX2 binary is via the Linux wrapper script provided in the same folder, which should be run from the top-level directory:
 
<source lang="bash">
$ chmod +x ./bin/PCSX2-linux.sh
$ ./bin/PCSX2-linux.sh
</source>


==Additional external links==
==Additional external links==
ninja
9

edits