Setting up Linux version: Difference between revisions

From PCSX2 Wiki
Jump to navigation Jump to search
No edit summary
(Minor changes to AppImage section. Total removal of outdated and unsupported package installation instructions.)
 
(31 intermediate revisions by 10 users not shown)
Line 1: Line 1:
The following is a guide on how to install the latest stable version of PCSX2 on Linux. If you want to try the latest unstable builds, please refer to [[Compiling on Linux | this guide here.]]
==Build==
See the [[PCSX2 Documentation/Compiling on Linux]] document.


==Installation==
==AppImage ==
If you are running 64-bit Arch Linux, you are going to need to enable access to the multilib repository, so you can obtain 32-bit libraries. You can do this by uncommenting the following lines in <code>/etc/pacman.conf</code>:
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.
<nowiki>
[Multilib]
Include = /etc/pacman.d/mirrorlist</nowiki>


Next, you can simply install pcsx2 from the arch official repositories.
{{General articles}}
<source lang="bash">
[[Category:Guides]]
pacman -S pcsx2
</source>
 
==Configuration==

Latest revision as of 01:12, 14 March 2023