Skip to content

[QUESTION] Install KISS-Matcher in Window environment (using Power Shell) #69

@LimHyungTae

Description

@LimHyungTae

Here, I would like to document how to resolve the issues encountered when installing KISS-Matcher in a Windows environment.

Step 1. Install Visual Studio 2022

Follow the below link:

https://learn.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170

To install the C/C++ and CMake, Visual Studio is required (I'm not sure if it is necessary, but at least my laptop, it worked)

Step 2. I encountered the following error:

CMake Error at CMakeLists.txt:4 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.


CMake Error at build/_deps/robin-src/cmake/DownloadProject.cmake:171 (message):
  CMake step for pmc failed: 1
Call Stack (most recent call first):
  build/_deps/robin-src/cmake/DownloadExternal.cmake:17 (download_project)
  build/_deps/robin-src/CMakeLists.txt:51 (robin_download_pmc)


-- Configuring incomplete, errors occurred!

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomershelp wantedExtra attention is neededquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions