we icon indicating copy to clipboard operation
we copied to clipboard

How to build for mingw/gcc!

Open sinitax opened this issue 6 years ago • 1 comments

Follow this answer on stackoverflow to build with gcc:

https://stackoverflow.com/a/38104054/7814407

Then compile the code with gcc:

include directory - <root of boost lib> library directory - <root of boost lib>/stage/lib library files (in my case) - libboost_system-mgw63-mt-x32-1_68, libboost_filesystem-mgw63-mt-x32-1_68

sinitax avatar Sep 30 '18 20:09 sinitax

Thank you! I'll try building it in my free time sometime this week.

redpfire avatar Sep 30 '18 20:09 redpfire