PCSX2 Documentation/Compiling on Linux: Difference between revisions

Jump to navigation Jump to search
pacman -S cmake gcc
(pacman -S cmake gcc)
Line 27: Line 27:


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>:
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>:
<nowiki>
<source lang="apache">
[Multilib]
[Multilib]
Include = /etc/pacman.d/mirrorlist</nowiki>
Include = /etc/pacman.d/mirrorlist</nowiki>
 
</source>
Next run:
<nowiki>pacman -S cmake gcc-multilib</nowiki>


===32-bit Arch===
===32-bit Arch===


If you are running 32-bit Arch Linux, you can just run the following:
If you are running 32-bit Arch Linux, you can just run the following:
<nowiki>pacman -S cmake gcc</nowiki>
<source lang="bash">
cmake
gcc
</source>


==Installing the Dependencies==
==Installing the Dependencies==
ninja
782

edits

Navigation menu