PCSX2 Documentation/Compiling on Linux: Difference between revisions

Jump to navigation Jump to search
Line 13: Line 13:
Next you are going to want to create a directory on your machine for the PCSX2 code to live in. For this example, let's say the directory you create is /home/you/workspace. You are going to want clone the remote PCSX2 repository like so:
Next you are going to want to create a directory on your machine for the PCSX2 code to live in. For this example, let's say the directory you create is /home/you/workspace. You are going to want clone the remote PCSX2 repository like so:


<code>$ cd /home/you/workspace</code><br />
<source lang="bash">
<code>$ git clone https://github.com/PCSX2/pcsx2.git</code>
$ cd /home/you/workspace
$ git clone https://github.com/PCSX2/pcsx2.git
</source>


You are now making a copy of the remote repository into your own directory.
You are now making a copy of the remote repository into your own directory.
ninja
782

edits

Navigation menu