PCSX2 Documentation/Compiling on Linux: Difference between revisions

m
no edit summary
(Add dep)
mNo edit summary
Line 40: Line 40:
====Fedora====
====Fedora====


It is important to note that you do not need to install <code>gcc-c++.i686</code>. Installing this package could result in some packages being downgraded, resulting in a broken g++ compiler.
It is important to note that you do not need to install <code>gcc-c++.i686</code>. Installing this package could lead to some packages being downgraded, resulting in a broken g++ compiler.


The required packages to compile PCSX2 can be installed with:
The required packages to compile PCSX2 can be installed with:
Line 72: Line 72:


<source>
<source>
$ mkdir -p pcsx2/build && cd pcsx2/build
$ cd ./pcsx2
$ mkdir -p ./build && cd ./build
$ git submodule init
$ git submodule init
$ git submodule update
$ git submodule update
ninja
9

edits