Setting up Linux version: Difference between revisions

From PCSX2 Wiki
Jump to navigation Jump to search
(Created page with "The following is a guide on how to obtain and compile the PCSX2 source code. ==Obtaining the Source Code from GitHub== PCSX2 is hosted on GitHub, a website where people can...")
 
No edit summary
Line 3: Line 3:
==Obtaining the Source Code from GitHub==
==Obtaining the Source Code from GitHub==


PCSX2 is hosted on GitHub, a website where people can contribute to each others' programming projects using the Git version control software. GitHub is essentially just a showcase for your projects, to work on them you need to actually download and install the Git software.
PCSX2 is hosted on GitHub, a website where people can contribute to each others' programming projects using the Git version control software. GitHub is essentially just a showcase for your projects, to actually work on them you need to download and install the Git software.


On Arch Linux:<pre>#pacman -S git</pre>
On Arch Linux:<code>#pacman -S git</code>

Revision as of 22:40, 8 July 2014

The following is a guide on how to obtain and compile the PCSX2 source code.

Obtaining the Source Code from GitHub

PCSX2 is hosted on GitHub, a website where people can contribute to each others' programming projects using the Git version control software. GitHub is essentially just a showcase for your projects, to actually work on them you need to download and install the Git software.

On Arch Linux:#pacman -S git