Setting up Linux version: Difference between revisions

Jump to navigation Jump to search
Please read the sentence at the top. This page is only for setting up the current stable version. ;)
mNo edit summary
(Please read the sentence at the top. This page is only for setting up the current stable version. ;))
(5 intermediate revisions by 4 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.]]
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 [[PCSX2 Documentation/Compiling on Linux| this guide here.]]


==Installation==
==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 <code>/etc/pacman.conf</code>:
 
===Arch Linux===
 
If you are running 64-bit Arch Linux, you will 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>
  <nowiki>
[Multilib]
[multilib]
Include = /etc/pacman.d/mirrorlist</nowiki>
Include = /etc/pacman.d/mirrorlist</nowiki>


Ubuntu based distros add Gregory's PPA:
Next, you can simply install PCSX2 using the package manager:
  apt-add repository ppa:gregory-hainaut/pcsx2.official.ppa
  pacman -S pcsx2
 
===Debian/Ubuntu based distros===


openSUSE users need to add Packman repository. This will add the repo for version 13.2:
Add ''one'' of the following two repositories:
  zypper ar -f http://packman.inode.at/suse/openSUSE_13.2/ packman
 
Gregory's PPA:
  sudo add-apt-repository ppa:gregory-hainaut/pcsx2.official.ppa


If using a different version of openSUSE (13.x, Tumbleweed, Factory) please visit [https://en.opensuse.org/Additional_package_repositories#Packman Packman]
PCSX2 Daily Builds PPA:
sudo add-apt-repository ppa:pcsx2-team/pcsx2-daily


Update repository listings:
sudo apt-get update


Next, you can simply install pcsx2:
Install PCSX2:
sudo apt-get install pcsx2


Archlinux:
===openSUSE===
  pacman -S pcsx2
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


Ubuntu based:
If using a different version of openSUSE (13.x, Tumbleweed, Factory) please visit [https://en.opensuse.org/Additional_package_repositories#Packman Packman]
apt-get install pcsx2


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


ninja
1,220

edits

Navigation menu