简体   繁体   English

在Mac OS X上,我的.dylib文件在哪里?

[英]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. 我正在逐步学习如何在Mac OS X上设置OpenCV的教程。我来到了步骤(5),必须在其中添加.dylib文件。 The author mentioned to look in /usr/local/lib , but couldn't find such files. 作者提到要查看/usr/local/lib ,但找不到此类文件。

Where can I find them on the Mac machine? 在Mac机器上哪里可以找到它们?

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. 如果您遵循此说明,那么您将自己构建dylib,并且它们应该位于较早的make install步骤将其放置的位置。 Copies of them should also be somewhere in the directory where you built OpenCV, so you could just link to them there. 它们的副本也应该在构建OpenCV的目录中的某个位置,因此您可以仅链接到那里。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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