<div dir="ltr">Hi folks,<br><br>Where can I find documentation on how to build Digikam for Windows?<br><br>What are the prerequisites?<br>I already installed Qt6 and Visual Studio Community Edition, but bootstrap.vcpkg fails with:<br><br><font face="monospace">CMake Error: CMake was unable to find a build program corresponding to "NMake Makefiles".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.<br>CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage<br>CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage</font><br><br>I think the problem is b/c the VCPKG_DIR is wrong<br><font face="monospace">VCPKG_DIR="/c/vcpkg"</font><br>I changed it to<br><font face="monospace">VCPKG_DIR="/c/Program\ Files/Microsoft\ Visual\ Studio/2022/Community/VC/vcpkg"</font><br>but now CMake complains:<br><font face="monospace">CMake Warning:<br>  Ignoring extra path from command line:<br>   "Studio/2022/Community/VC/vcpkg/scripts/buildsystems/vcpkg.cmake"<br></font><br>So it seems it cannot handle the folder names containing spaces.<br><br>Any idea how to workaround this?<br><br><div>I also tried creating a Windows batch file (bootstrap.vcpkg.bat) to avoid Windows vs. Unix filename mess, but it did not work either (CMake failed to compile a simple program).<br><br></div><div>Any help would be highly appreciated.<br></div></div>