This library is locked to Linux/BSD systems, and possibly macOS, due to the use of gcc + .o output files. While gcc is technically available on Windows, it isn't optimal.
Inevitably, whatever compiler Meros chooses to use on Windows will be supported here.
macOS support also needs to be confirmed, as gcc should alias to clang which is available on Macs. That said, there may be an edge case here.
This library is locked to Linux/BSD systems, and possibly macOS, due to the use of
gcc+.ooutput files. While gcc is technically available on Windows, it isn't optimal.Inevitably, whatever compiler Meros chooses to use on Windows will be supported here.
macOS support also needs to be confirmed, as
gccshould alias toclangwhich is available on Macs. That said, there may be an edge case here.