-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Would you be open to keeping an issue open for adding Windows support? Devs that mostly use Windows are probably less likely to be able to write a Makefile that would work on Windows and less likely to know what you mean by installing various Qt modules, so without any Windows documentation, it really isn't properly cross-platform except for in theory. I came to Go from a mostly C# stack, so I don't have the C and tooling (make, cmake, understanding of how to integrate C/C++ dependencies) experience necessary to figure out how this could be fixed.
Of course I don't mean to demand anything since this is an open source project put together through your generosity, but it might be helpful to list the requirements to bridge the gap to get Windows users rolling.
Needed
- Documentation
- Makefile compatible with PowerShell (now the default shell)
- Compiler toolchains that work (I always need to cycle through a lot of compilers before a project works on one in Windows)
- Which Qt libraries need to be installed, how they need to be installed, where you get them / put them, etc.