exportable .exe C++ program

asked 2017-06-23 11:08:27 -0600

carton99 gravatar image

updated 2017-06-23 11:19:27 -0600

berak gravatar image

Hi, I would like done a exportable executable where my C++ program contain openCV and his extra modules.

I work on OSX. I compile with g++ I want that my final .exe have a minium of size

Today my program work it, but with dynamic library for openCV. If i change the path of openCV or if I test on other OSX system it doesn't working.

I see I must re-install openCV with special option, but do i need to make a g++ compilation on my program with extra option also ?

thk, cc

edit retag flag offensive close merge delete

Comments

adding an osx tag, so i can safely put you on ignore.

berak gravatar imageberak ( 2017-06-23 11:19:04 -0600 )edit