使用libcluttermm-1.0问题
我已经使用终端从 gnome 站点安装了 clutter-1.0。
但是当我运行该应用程序时,会收到错误通知,因为找不到 libcluttermm-1.0。该
库目前不可用。如果不是,我可以使用什么替代方案。
i have installed clutter-1.0 from gnome site using terminal.
But when i run the application, error is notified as libcluttermm-1.0 not found. Has this
library not available as of now. if not what is the alternative that i can use.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你具体安装了什么? libcluttermm(Clutter 的 C++ 接口)由 cluttermm 包提供。在我的 Fedora 系统上,我运行:
当然,如果您要针对它进行开发,请安装 cluttermm-devel。
What did you install exactly? libcluttermm (C++ interface to Clutter) is provided by the cluttermm package. On my Fedora system, I ran:
Of course, if you are doing development against it install cluttermm-devel instead.
请改用 libclutter,因为 libcluttermm 不在 Ubuntu 存储库中。
Use libclutter instead, as libcluttermm is not in Ubuntu repositories.