Setting up Linux version

From PCSX2 Wiki
Revision as of 20:13, 14 January 2015 by Krysto (talk | contribs)
Jump to navigation Jump to search

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 this guide here.

Installation

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 /etc/pacman.conf:

[Multilib]
Include = /etc/pacman.d/mirrorlist

Next, you can simply install pcsx2 from the arch official repositories. <source lang="bash"> pacman -S pcsx2 </source>

Configuration