markwal / GPX

Gcode to x3g conversion post processor
GNU General Public License v2.0
98 stars 80 forks source link

I have installed MinGW on windows but still nor able to build GPX on windows, How to build on windows? #35

Open jayraaj opened 5 years ago

jayraaj commented 5 years ago

I have installed MinGW on windows but still nor able to build GPX on windows, How to build on windows?

Ghostkeeper commented 5 years ago

You'll also need autotools. In my case I had installed MinGW and autotools via Cygwin's MSYS. That works.

I also have a fork that works with CMake, if you'd prefer that: https://github.com/Ghostkeeper/GPX/tree/feature_cmake But keep in mind that it's not supported by the maintainer here.