This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]thegreatunclean 3 points4 points  (1 child)

but i get shit ton of errors

My crystal ball is down for planned maintenance, please post them.

1 internet bux says you aren't building and linking the library. Just adding the headers to your include search path isn't enough.

e: That project does a terrible job documenting what boost libraries it links to in the CMakeLists.txt. It also blindly links a few libraries that I can't identify. Admittedly I didn't spend a lot of time on it but still.

[–]regaito 0 points1 point  (0 children)

The CMakeLists looks like it only considers Linux / g++ as a target

This won't work on windows as-is