Ask Your Question
0

I built opencv-2.4.13 in linux.but i made changes in code in cpp included in modules.would it rquire to rebuild the entire opencv code or that modified file?and how is it possible to built that modified file

asked 2017-03-13 11:02:15 -0600

hls gravatar image

I built opencv-2.4.13 in linux.but i made changes in code in cpp included in modules.would it rquire to rebuild the entire opencv code or that modified file?and how is it possible to built that modified file

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-03-13 12:00:13 -0600

berak gravatar image

yes, you have to rebuild the library.

you can try to shortcut by:

make opencv_something

and hope, that it will only rebuild that specific module & it's dependancies, but that's only good while actually working on that module, in the end, you have to use:

make install

(which will rebuild a lot, if not all modules)

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-03-13 11:02:15 -0600

Seen: 146 times

Last updated: Mar 13 '17