PCSX2 Documentation/Compiling on Linux: Difference between revisions

Jump to navigation Jump to search
m
Should also init submodules from all recursive submodules.
mNo edit summary
m (Should also init submodules from all recursive submodules.)
(2 intermediate revisions 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 62: Line 62:
lib32-soundtouch
lib32-soundtouch
lib32-libpcap
lib32-libpcap
lib32-zlib
lib32-libsamplerate
lib32-libsamplerate
sparsehash
sparsehash
Line 71: 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