Setting up Linux version: Difference between revisions

No edit summary
(Minor changes to AppImage section. Total removal of outdated and unsupported package installation instructions.)
 
(62 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 actually work on them you need to download and install the Git software.
{{General articles}}
 
[[Category:Guides]]
On Arch Linux:<code>#pacman -S git</code>

Latest revision as of 01:12, 14 March 2023

Build

See the PCSX2 Documentation/Compiling on Linux document.

AppImage

Official builds for Linux are listed here. Distro packages and other repository packages are third party builds and are not supported.