PCSX2 Documentation/Compiling on Linux: Difference between revisions

Add further instructions to install pre-packaged dependencies from git submodules
(Add cmake as Fedora build dependency)
(Add further instructions to install pre-packaged dependencies from git submodules)
Line 67: Line 67:
</source>
</source>


When generating the build configuration, CMake will first attempt to use pre-bundled versions of some of these packages to ensure PCSX2 is built against the most suitable version of its dependencies. Please note you may still need to install 32-bit versions of some of these libraries yourself.
When generating the build configuration, CMake will first attempt to use pre-bundled versions of some of these packages to ensure PCSX2 is built against the most suitable version of its dependencies.
In order to install these pre-packaged dependencies, run the following commands at the top-level directory of the PCSX2 git repository you just cloned
 
<code>
mkdir -p pcsx2/build && cd pcsx2/build
git submodule init
git submodule update
</code>
 
Please note you may still need to install 32-bit versions of some of these libraries yourself.


===Fedora===
===Fedora===
ninja
9

edits