From be8813361cf9e5f01a8ef68cb191e6d19db44569 Mon Sep 17 00:00:00 2001 From: Mrlinkwii Date: Fri, 24 Dec 2021 14:38:23 +0000 Subject: [PATCH] use git submodule update --init --recursive , instead of the inin and update commands --- Installing-on-Linux.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ..