PCSX2 Documentation/Compiling on Linux: Difference between revisions

Add more distributions to the compiling section.
(Massive rewrite to the page. Some information could use doublechecking.)
(Add more distributions to the compiling section.)
Line 47: Line 47:
====Arch====
====Arch====


Run the following:
The required packages to compile PCSX2 can be installed with:
 
<code># pacman -S cmake gcc</code>
<code># pacman -S cmake gcc</code>


and optionally:
and optionally:
<code># pacman -S clang lld ninja</code>
<code># pacman -S clang lld ninja</code>


Line 64: Line 62:
and optionally:
and optionally:
<code># sudo yum install ninja-build lld clang</code>
<code># sudo yum install ninja-build lld clang</code>
====Ubuntu====
The required packages to compile PCSX2 can be installed with:
<code># sudo apt install cmake g++</code>
and optionally:
<code># sudo apt install ninja-build lld clang</code>
(Like Arch, if you're having trouble, install build-essential)
====openSUSE====
The required packages to compile PCSX2 can be installed with:
<code>sudo zypper install cmake gcc gcc-c++</code>
and optionally:
<code># sudo zypper install ninja-build lld llvm-clang</code>
(Not absolutely sure the latter is correct. Could use testing.)


==Installing the Dependencies==
==Installing the Dependencies==
ninja
6

edits