Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated cmake version requirement

This is a guide for building MiNiFi C++ binaries for Windows. Follow it to create the artifacts and document the process as described in the documentation section. When packaging, the resulting MSI cannot be redistributed under the Apache License 2.0, because it includes Microsoft redistributable DLLs.

...

  • Microsoft Visual Studio 2019 Community or Enterprise
    • Install with the "Desktop development with C++" workload, it should include all needed components
  • CMake >=3.16 17 (https://cmake.org/download/)
    • Choose the "Add CMake to the system path..." option when installing
  • git (https://git-scm.com/download/win)
  • WiX Toolset >= 3.11 (https://wixtoolset.org/releases/)
    • WiX Toolset requires .NET 3.5 to install, which you can install via the "Turn Windows features on or off" utility

...