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...")
 
(Minor changes to AppImage section. Total removal of outdated and unsupported package installation instructions.)
 
(63 intermediate revisions by 12 users not shown)
Line 1: Line 1:
The following is a guide on how to obtain and compile the PCSX2 source code.
==Build==
See the [[PCSX2 Documentation/Compiling on Linux]] document.


==Obtaining the Source Code from GitHub==
==AppImage ==
Official builds for Linux are listed [https://pcsx2.net/downloads/ here]. Distro packages and other repository packages are third party builds and are not supported.


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.
{{General articles}}
 
[[Category:Guides]]
On Arch Linux:<pre>#pacman -S git</pre>

Latest revision as of 01:12, 14 March 2023