From bb65df8e9d4caba7702b8ccf5ee16df66b608e23 Mon Sep 17 00:00:00 2001 From: ServiusHack Date: Tue, 11 Jun 2024 09:11:31 +0200 Subject: [PATCH] chore: Document Qt requirements (#313) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2083a03..fac35d8b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Install the deb file and launch 'CasparCG Client'. Tested on Ubuntu 22.04 64-bit ## Development #### Windows -* Install Qt 6.5 for Windows from [Qt archive](https://www.qt.io/download). You may wish to select a more minimal installation than the full 6.5 tree. +* Install Qt 6.5 for Windows from [Qt archive](https://www.qt.io/download). You may wish to select a more minimal installation than the full 6.5 tree. At a minimum the additional library *Qt WebSockets* and the *Qt 5 Comaptibility Module* are required. * Install [Visual Studio Community 2022](https://visualstudio.microsoft.com/vs/community/) * Install [CMake](https://cmake.org/download/)