After searching a lot I have been completely unable to find an answer to my issue.
I have worked in a c++ source code using boost and opencv libraries, but now I want to create an executable which I can run in another computer with the same OS (Linux in this case) but without that libraries (i.e. the exe should contains them) Is there any way to achieve this?
Thank you for your help
PD: I am using Eclipse IDE