Setting up Linux version: Difference between revisions

From PCSX2 Wiki
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


==Arch Linux==
==Arch Linux==
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>:
<nowiki>
[Multilib]
Include = /etc/pacman.d/mirrorlist</nowiki>
<source lang="bash">
<source lang="bash">
pacman -S pcsx2
pacman -S pcsx2

Revision as of 16:01, 13 January 2015

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.

Arch Linux

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

<source lang="bash"> pacman -S pcsx2 </source>

Debian

<source lang="bash"> apt-get install pcsx2 </source>