From dbffd1d53dcfa33f0634f60405525129f965fc3d Mon Sep 17 00:00:00 2001 From: Tyler Wilding Date: Mon, 31 Jan 2022 09:16:37 -0500 Subject: [PATCH] Updated Setting up the PCSX2 repository on Windows (markdown) --- Setting-up-the-PCSX2-repository-on-Windows.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Setting-up-the-PCSX2-repository-on-Windows.md b/Setting-up-the-PCSX2-repository-on-Windows.md index 25c57be..c72827e 100644 --- a/Setting-up-the-PCSX2-repository-on-Windows.md +++ b/Setting-up-the-PCSX2-repository-on-Windows.md @@ -1,5 +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. +# 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` +- Ensure you have opened the `*-qt` .sln file. + # Required Build Applications