libgraphqlparser
libgraphqlparser copied to clipboard
Add support for building on Windows
Per the README.md
Linux or Mac OS are listed as requirements. It would be useful to support building on Windoes.
I gave it a try and there's a few errors, but I was able to hack something together.
You may find #35 useful. I had some concerns with it in particular, but I'm not opposed to merging a maintainable PR for Windows support in general.
Great, thanks for the reply. Will see if I can find some time. Is there any CI setup on this repo?
On Tue, Oct 25, 2016, 04:17 Scott Wolchok [email protected] wrote:
You may find #35 https://github.com/graphql/libgraphqlparser/pull/35 useful. I had some concerns with it in particular, but I'm not opposed to merging a maintainable PR for Windows support in general.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/graphql/libgraphqlparser/issues/39#issuecomment-255804935, or mute the thread https://github.com/notifications/unsubscribe-auth/ABrsEIQb23VxJG33dhHVWuGe4e56Zy1yks5q3Og6gaJpZM4Kcywy .
Is there any CI setup on this repo?
Travis is supposed to be setup, but it doesn't seem to be working at this precise moment, which is odd.
FYI you can build everything using the standard tools with mingw-w64.
Hi, can be the libgraphqlparser.so file be executed in a windows environment? Does this have restrictions about arch and os? I'm not very experimentated with C++
Any update on this? I'd like to use this in a Qt application that needs to work on Linux/Mac/Windows
I am trying to ping you guys in order to shade some light on this. Is there any possibility to get it for Windows environment? As I see accoriding to documnetation still not. It seems there were some efforts from individuals but no one in success.