Updated Installing on Linux (markdown)

Mrlinkwii 2021-12-24 15:27:55 +00:00
parent be8813361c
commit cdc1193638
1 changed files with 1 additions and 1 deletions

@ -309,7 +309,7 @@ git clone https://github.com/PCSX2/pcsx2.git
mkdir pcsx2/build && cd pcsx2/build mkdir pcsx2/build && cd pcsx2/build
git submodule update --init --recursive git submodule update --init --recursive
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_REPLAY_LOADERS=TRUE -DCMAKE_BUILD_PO=FALSE -DGTK3_API=TRUE -DDISABLE_SETCAP=TRUE .. cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_REPLAY_LOADERS=TRUE -DCMAKE_BUILD_PO=FALSE -DDISABLE_SETCAP=TRUE ..
make -j$(nproc) make -j$(nproc)
make install make install