You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2020. It is now read-only.
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
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/liblibrary files (in my case) -
libboost_system-mgw63-mt-x32-1_68,libboost_filesystem-mgw63-mt-x32-1_68