From 1467a90c5da95fec00239b8067bde5ced4fa055c Mon Sep 17 00:00:00 2001 From: Mark McGuire Date: Sat, 23 Aug 2014 08:26:06 -0700 Subject: [PATCH] Add information for installing pcsx2 for x64 and 14.04 --- Installing-on-Linux.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Installing-on-Linux.md b/Installing-on-Linux.md index 69d347f..d452dbc 100644 --- a/Installing-on-Linux.md +++ b/Installing-on-Linux.md @@ -147,6 +147,21 @@ Not all distributions and configurations were tested. In case you encounter a CM With multiarch functionality, you can install a 32-bit PPA on a 64-bit Ubuntu. You need at least Ubuntu 12.04 (Precise) to do this. +#### Add the x86 architecture to your package manager (x64 installs of 12.04 or newer only) +In a terminal, type: +```` +sudo dpkg --add-architecture i386 +```` + +#### Add the multiverse package repository +Uncomment lines looking like this, where trusty is replaced by your Ubuntu version +```` +deb http://us.archive.ubuntu.com/ubuntu/ trusty multiverse +deb-src http://us.archive.ubuntu.com/ubuntu/ trusty multiverse +deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse +deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse +```` + #### Add the PCSX2 PPA to your software sources In a terminal, type: