Open bhavesh-bhanda opened 2 years ago
Note that pre-built binaries are available here.
If you still want to build the program, you are trying to build "Unix Makefiles", which is inconsistent with the mingw environment. Please try using ninja with:
thanks for the link of pre-built binaries.
Dear Developers, I have done exactly instructed on your GitHub page still I am not able to install the software. I am getting the following error. CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage -- Configuring incomplete, errors occurred! See also "/home/bhawe/strata/build/CMakeFiles/CMakeOutput.log". Please help. After getting this error I have separately installed CMAKE using mingw-w64-x86_64-cmake as instructed in MSYS website.