Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

exportable .exe C++ program

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

click to hide/show revision 2
retagged

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

berak gravatar image

exportable .exe C++ program

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