Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: update versions and flags

...

Operating System: Microsoft Windows 10 x64 or later

Recommended hardware: at least 4 CPU cores and 16 GiB RAM

Required software

...

  1. Create the C:\Development directory
  2. Open x64 Native Tools Command Prompt for VS 20192022

  3. Code Block
    titleExecute the following commands
    cd C:\Development
    git clone httpsclone https://github.com/apache/nifi-minifi-cpp.git
    cd nifi-minifi-cpp
    git checkout <tag>
    win_build_vs.bat build64 /64 /T /K /P


  4. The artifact will be at C:\Development\nifi-minifi-cpp\build64\nifi-minifi-cpp.msi

...

  1. Open x86 Native Tools Command Prompt for VS 20192022

  2. Code Block
    titleExecute the following commands
    cd C:\Development\nifi-minifi-cpp
    win_build_vs.bat build32 /T /K /P


  3. The artifact will be at C:\Development\nifi-minifi-cpp\build32\nifi-minifi-cpp.msi

...

InformationHow to obtainValue
git tag of the used sourceKnowing this is a precondition for starting the buildrel/minifi-cpp-0.10.0main
OS versionOpen "About your PC" and use Edition, Version and OS build under the Windows specifications sectionWindows 10 Pro 2004 19041.1052
MSVC versionRun cl from x64 Native Tools Command Prompt for VS 20192022 and extract the version19.2937.3003732825
VC Redistributable Merge Module VersionRun set VCToolsRedistDir from x64 Native Tools Command Prompt for VS 20192022 and extract the version14.2936.3003632532
CMake versionRun cmake --version and extract the version3.19.424
git versionRun git --version and extract the version2.30.0.windows.2
WiX Toolset versionRun the WiX application which displays the versionv3.11.2.4516

...