Setting up Linux version: Difference between revisions

Jump to navigation Jump to search
Line 18: Line 18:
'''WARNING: It requires a CPU with SSE2 instructions. If your CPU does not support this instruction set, it does not have enough horsepower to run this emulator.'''
'''WARNING: It requires a CPU with SSE2 instructions. If your CPU does not support this instruction set, it does not have enough horsepower to run this emulator.'''


=====Ubuntu 22.04=====
=====Default package=====
# Install PCSX2: sudo apt-get install pcsx2
# Install PCSX2: sudo apt-get install pcsx2


=====Ubuntu 20.04=====
======Ubuntu 22.04======
# Install PCSX2: sudo apt-get install pcsx2
 
=====PPA=====
 
======Ubuntu 20.04======
# Gregory's PPA (stable version): <pre>sudo add-apt-repository ppa:gregory-hainaut/pcsx2.official.ppa</pre>
# Gregory's PPA (stable version): <pre>sudo add-apt-repository ppa:gregory-hainaut/pcsx2.official.ppa</pre>
# Update repository listings: <pre>sudo apt-get update</pre>
# Update repository listings: <pre>sudo apt-get update</pre>
Line 27: Line 32:


====PCSX2 unstable (64-bit)====
====PCSX2 unstable (64-bit)====
====PPA=====
# PCSX2 Daily Builds PPA (development version): <pre>sudo add-apt-repository ppa:pcsx2-team/pcsx2-daily</pre>
# PCSX2 Daily Builds PPA (development version): <pre>sudo add-apt-repository ppa:pcsx2-team/pcsx2-daily</pre>
# Update repository listings: <pre>sudo apt-get update</pre>
# Update repository listings: <pre>sudo apt-get update</pre>