gdbwire icon indicating copy to clipboard operation
gdbwire copied to clipboard

Building on Windows

Open weswitt opened this issue 8 years ago • 2 comments

What is the procedure for building on Windows? The documented build procedure requires tools that are not present on Windows. What I did was do a build on Linux and create amalgamation code then copy that code to Windows. The code doesn't build for many different reasons such as no unistd.h, etc.

weswitt avatar Feb 09 '17 18:02 weswitt

Compile using mingw. I recommend mingw tdm (http://tdm-gcc.tdragon.net/) or mingw-w64.

brasko avatar Feb 09 '17 19:02 brasko

Thanks, I was hoping for a native Windows implementation, but I'll make this work.

weswitt avatar Feb 09 '17 20:02 weswitt