简体   繁体   中英

Where are my .dylib files on Mac OS X?

I'm walking through this tutorial on setting up OpenCV on a Mac OS X. I came to step(5), where I had to add the .dylib files. The author mentioned to look in /usr/local/lib , but couldn't find such files.

Where can I find them on the Mac machine?

Thanks.

If you're following this then you're building the dylibs yourself, and they should be wherever the earlier make install step puts them. Copies of them should also be somewhere in the directory where you built OpenCV, so you could just link to them there.

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