PCSX2 Documentation/Compiling on Linux: Difference between revisions

Line 15: Line 15:
You are now making a copy of the remote repository into your own directory.
You are now making a copy of the remote repository into your own directory.


==Installing the Build System==
==Setting up the Build System==


PCSX2 uses the cmake build system to create project files and other things for multiple platforms, and GCC to compile on the linux platform. To install these you are going to want to run:
PCSX2 uses the cmake build system to create project files and other things for multiple platforms, and GCC to compile on the linux platform.


'''Arch 64:''' <code># pacman -S cmake gcc-multilib </code>
===64-bit Arch===
 
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>
[Multilib]
Include = /etc/pacman.d/mirrorlist</nowiki>


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

edits