PCSX2 Documentation/Compiling on Linux: Difference between revisions

m
no edit summary
(Add further instructions to install pre-packaged dependencies from git submodules)
mNo edit summary
Line 70: Line 70:
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
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>
<source>
mkdir -p pcsx2/build && cd pcsx2/build
$ mkdir -p pcsx2/build && cd pcsx2/build
git submodule init
$ git submodule init
git submodule update
$ git submodule update
</code>
</source>


Please note you may still need to install 32-bit versions of some of these libraries yourself.
Please note you may still need to install 32-bit versions of some of these libraries yourself.
ninja
9

edits