Setting up Linux version: Difference between revisions

From PCSX2 Wiki
Jump to navigation Jump to search
m (this 'guide' does not really guides :-\ (fixed link))
(Added instructions to the recently created pcsx2 team ppa.)
Line 7: Line 7:
Include = /etc/pacman.d/mirrorlist</nowiki>
Include = /etc/pacman.d/mirrorlist</nowiki>


Ubuntu based distros add Gregory's PPA:
-Debian/Ubuntu based distros
 
Gregory's PPA:
  apt-add repository ppa:gregory-hainaut/pcsx2.official.ppa
  apt-add repository ppa:gregory-hainaut/pcsx2.official.ppa


openSUSE users need to add Packman repository. This will add the repo for version 13.2:
Or
 
PCSX2 Daily Builds PPA:
apt-add repository ppa:pcsx2-team/pcsx2-daily
 
 
-openSUSE users need to add Packman repository. This will add the repo for version 13.2:
  zypper ar -f http://packman.inode.at/suse/openSUSE_13.2/ packman  
  zypper ar -f http://packman.inode.at/suse/openSUSE_13.2/ packman  



Revision as of 05:36, 17 December 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.

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

-Debian/Ubuntu based distros

Gregory's PPA:

apt-add repository ppa:gregory-hainaut/pcsx2.official.ppa

Or

PCSX2 Daily Builds PPA:

apt-add repository ppa:pcsx2-team/pcsx2-daily


-openSUSE users need to add Packman repository. This will add the repo for version 13.2:

zypper ar -f http://packman.inode.at/suse/openSUSE_13.2/ packman 

If using a different version of openSUSE (13.x, Tumbleweed, Factory) please visit Packman


Next, you can simply install pcsx2:

Archlinux:

pacman -S pcsx2

Ubuntu based:

apt-get install pcsx2

openSUSE (please only install the i586 package, x86_64 one has problems and so far is unsupported)

zypper install pcsx2.i586

Configuration