mirror of https://github.com/PCSX2/pcsx2.git
use git submodule update --init --recursive , instead of the inin and update commands
parent
91c4985816
commit
be8813361c
|
@ -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 ..
|
||||
|
||||
|
|
Loading…
Reference in New Issue