PCSX2 Documentation/Compiling on Linux: Difference between revisions

Jump to navigation Jump to search
m
Should also init submodules from all recursive submodules.
(Add dep)
m (Should also init submodules from all recursive submodules.)
(One intermediate revision by one other user not shown)
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
$ git submodule init
$ git submodule --init --recursive
$ git submodule update
$ mkdir -p ./build && cd ./build
</source>
</source>


ninja
1

edit

Navigation menu