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. ;)
(→‎Arch Linux: Fix pcsx2-git instructions (add installation))
(Please read the sentence at the top. This page is only for setting up the current stable version. ;))
Line 4: Line 4:


===Arch Linux===
===Arch Linux===
There are 2 packages: a stable and a development. Both available for 32-bit and 64-bit architecture. The stable version (called pcsx2) is available in official repositories based on latest release of pcsx2. The development version (called pcsx2-git) is available in AUR (Arch User Repository) as a Git VCS package, which means it will automatically get the latest source code from Git prior building the package.


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>:
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>:
Line 12: Line 10:
Include = /etc/pacman.d/mirrorlist</nowiki>
Include = /etc/pacman.d/mirrorlist</nowiki>


For the '''stable''' version, you can simply install pcsx2 using the package manager:
Next, you can simply install PCSX2 using the package manager:
  pacman -S pcsx2
  pacman -S pcsx2
For the '''development''' version, you have to be download the source tarball from AUR, extract it and build it locally, or use the prefered AUR helper. In order to build manually:
curl -O https://aur.archlinux.org/cgit/aur.git/snapshot/pcsx2-git.tar.gz
tar xvf pcsx2-git
cd pcsx2-git
makepkg -s
After building the development package, install it using makepkg's '-U' flag with the filename of the built package:
makepkg -U pcsx2-git-<pkgver>-1-<arch>.pkg.tar.xz


===Debian/Ubuntu based distros===
===Debian/Ubuntu based distros===
ninja
1,220

edits

Navigation menu