简体   繁体   中英

Include all library dependencies into an executable file Linux

thanks in advance. I need to use a linux C++ application on different machines having all the dependencies of Opencv libraries. Shall I install opencv on each machine or I can just use the libraries? If so how I can do that?

OpenCV is a library so installing it on the machine you intend to run a program that uses opencv is required. Follow the downloading instructions on http://opencv.org/downloads.html for the target you are interested in. You could also create an installation script along with your program if you intend to install it on many machines.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM