Reputation: 755
I want to build Gumbo-parser dll using MingGW. Can you give me some directions on how to do that? It seems that it can be done since it is pure C, with no dependencies. I want to do this despite the presence of VS solution in the source code because I have come across many problems building it in VS2012 Ultimate.
Thank you very much.
Upvotes: 1
Views: 974
Reputation: 1280
I did the following to compile Gumbo with MinGW successfully:
Upvotes: 2