inexorgame / vulkan-renderer

A new 3D game engine for Linux and Windows using C++20 and Vulkan API 1.3, in very early but ongoing development
https://inexor.org
MIT License
795 stars 34 forks source link

Please support MSYS2 MINGW64 #527

Closed ghost closed 1 year ago

ghost commented 1 year ago

I installed mingw-w64-x86_64-python-conan, cmake configuration still fails.

IAmNotHanni commented 1 year ago

Hello. Thank you for your ticket. Could you provide more information please? What exactly fails? I'm not sure we currently have the energy to actively work on this because it has low priority for us (we are working on conan2 support currently to fix the build). Do you think you could maybe come up with a fix for this?

ghost commented 1 year ago

I have no experience with conan so I think I can't help.

IAmNotHanni commented 1 year ago

Inexor no longer uses conan package manager, only CMake as soon as pull request #528 is merged.

IAmNotHanni commented 1 year ago

Ok we merged the pull request which removes conan package manager. All you need from now on is CMake.