string-machine
string-machine copied to clipboard
windows build instructions / cross-platform build using cmake?
I see that there is a windows build available. Is there information available on how that build was created? Maybe we can set up a cmake infrastructure to provide platform-independent builds.
Hi, the cmake build is definitely desired, yes. This was made back when DPF supported only gnu make for building. It takes an update of the framework, which probably will need some modifications of code on the UI side.
As of currently, there exists 2 ways of building
- MSYS2 mingw on Windows OS
- mingw-w64 toolchain in Linux or Mac
I've added the cmake build. No time to update CI build right now, I will do later
great.