we
we copied to clipboard
How to build for mingw/gcc!
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
Thank you! I'll try building it in my free time sometime this week.