PCSX2 Documentation/Compiling on Linux: Difference between revisions

Line 187: Line 187:


Open a terminal, and type:  
Open a terminal, and type:  
```
<code>sudo pacman -S pcsx2</code>
sudo pacman -S pcsx2
```


===PCSX2 Unstable===
===PCSX2 Unstable===
Add or uncomment the following lines in `/etc/pacman.conf`:
Add or uncomment the following lines in `/etc/pacman.conf`:
```
<nowiki>
[Multilib]
[Multilib]
Include = /etc/pacman.d/mirrorlist
Include = /etc/pacman.d/mirrorlist
```
</nowiki>
Refresh package list:
Refresh package list:
```
 
<nowiki>
pacman -Sy
pacman -Sy
```
</nowiki>


Download the tarball from the [AUR package page](https://aur.archlinux.org/packages/pcsx2-git), and unpack it.
Download the tarball from the [AUR package page](https://aur.archlinux.org/packages/pcsx2-git), and unpack it.
Open the folder that you just unpacked in a terminal, and type:  
Open the folder that you just unpacked in a terminal, and type:  
```
<nowiki>
makepkg -csi
makepkg -csi
```
</nowiki>
This will build the package, automatically installing all dependencies. It will then prompt for your password to install the package with pacman.
This will build the package, automatically installing all dependencies. It will then prompt for your password to install the package with pacman.
ninja
782

edits