From 4c7d13d53d4b1b35b78fe5eb7c0d90c7c3a5e429 Mon Sep 17 00:00:00 2001 From: Van Laser Date: Wed, 13 Sep 2023 14:38:48 +0300 Subject: [PATCH] dependencies folder is expected to be where the main solution is, not in 3rdparty/qt --- 12-Building-on-Windows.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/12-Building-on-Windows.md b/12-Building-on-Windows.md index dc34c6a..d76efe1 100644 --- a/12-Building-on-Windows.md +++ b/12-Building-on-Windows.md @@ -1,11 +1,13 @@ This guide is a WIP. It will eventually explain to users how to setup the PCSX2 repository on their PC, that's it. I know there's already a page on the wiki, but there should really be something up front that's integrated into the repo. +- make sure you use `git clone --recurse-submodules` + # Required Dependencies for QT If you are developing against the `pcsx2-qt` solution, you will need to do the following: - Download the binaries from here https://github.com/PCSX2/pcsx2-windows-dependencies/releases/ - tools / symbols are not required -- Extract into `3rdparty/qt` +- Extract into ~~`3rdparty/qt`~~ the main folder (where the `PCSX2_qt.sln` file is); you should see a new `deps` folder after extraction - Ensure you have opened the `*-qt` .sln file. # Required Build Applications