Open Baxulio opened 2 years ago
We do not build this configuration in house, and we do not run any CI builds for that. You are welcome to make this work and contribute it, but we would not verify that any future changes would not break it, as we already have many configs to build. In this case, it may be a build script option that needs to be supported. You should also familiarize yourself with the concept of the minimal build.
It's clear that It's hard to use MinGW itself. One needs to get all dependant libraries of MinGW version also and this is hard work. But there is an environment called MSYS2. Its Archlinux based package (pacman) manager has all required libraries.
Theoretically by running Linux script it must be built successfully, but in practice when I run the following script:
$ ./build.sh --config=MinSizeRel --build_shared_lib --minimal_build --disable_ml_ops --disable_exceptions --skip_tests --cmake_generator "MSYS Makefiles"
it outputs:
Please, can anyone help with this? I think it's possible to compile under MinGW without much effort by using MSYS2.