Relative Content

Tag Archive for linuxvisual-c++boost

How to run a project built with boost on a machine without boost?

I use visual studio. The project is assembled and launched on a Linux machine. but if you run it on a machine where boost is not installed, the error "error while loading shared libraries libboost_thread.so.1.67.0: can open shared file" is displayed.
How can I somehow assemble a project using visual studio so that it statically links all the dependencies for boost?