From 9bccb894663b850779beea1a01c803843537d7d1 Mon Sep 17 00:00:00 2001 From: danodom-tcb Date: Mon, 21 Oct 2024 15:15:23 +0000 Subject: [PATCH] Adding missing parameters for Windows CMAKE Adding missing parameters on the Configure CMAKE for building out the Visual Studio solution. --- INSTALL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 5239d380c319..19e33110c122 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -776,7 +776,9 @@ cmake -S . \ -DSDK_PATH="path/to/vcpkg-export-[date]" \ -DBUILD_WITH_QT6=ON \ -DWITH_QTWEBKIT=OFF \ - -DVCPKG_TARGET_TRIPLET=x64-windows-release + -DVCPKG_TARGET_TRIPLET=x64-windows-release \ + -DFLEX_EXECUTABLE="path/to/flex-executable" \ + -DBISON_EXECUTABLE="path/to/bison-executable" ``` This will provide you with a configured project. You can either build it directly