diff --git a/Installing-on-Linux.md b/Installing-on-Linux.md index bbb526e..a774eaf 100644 --- a/Installing-on-Linux.md +++ b/Installing-on-Linux.md @@ -307,8 +307,7 @@ sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/g++ 30 git clone https://github.com/PCSX2/pcsx2.git mkdir pcsx2/build && cd pcsx2/build -git submodule init -git submodule update +git submodule update --init --recursive cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_REPLAY_LOADERS=TRUE -DCMAKE_BUILD_PO=FALSE -DGTK3_API=TRUE -DDISABLE_SETCAP=TRUE ..