使用libcluttermm-1.0问题

发布于 2024-10-14 15:56:04 字数 127 浏览 3 评论 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

誰ツ都不明白 2024-10-21 15:56:04

你具体安装了什么? libcluttermm(Clutter 的 C++ 接口)由 cluttermm 包提供。在我的 Fedora 系统上,我运行:

# yum install cluttermm
# locate libcluttermm
/usr/lib/libcluttermm-1.0.so.0
/usr/lib/libcluttermm-1.0.so.0.0.0

当然,如果您要针对它进行开发,请安装 cluttermm-devel。

What did you install exactly? libcluttermm (C++ interface to Clutter) is provided by the cluttermm package. On my Fedora system, I ran:

# yum install cluttermm
# locate libcluttermm
/usr/lib/libcluttermm-1.0.so.0
/usr/lib/libcluttermm-1.0.so.0.0.0

Of course, if you are doing development against it install cluttermm-devel instead.

冷夜 2024-10-21 15:56:04

请改用 libclutter,因为 libcluttermm 不在 Ubuntu 存储库中。

Use libclutter instead, as libcluttermm is not in Ubuntu repositories.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文