Fedora Qt 运行时包

发布于 2024-10-10 11:00:37 字数 495 浏览 0 评论 0原文

我们希望为 Ubuntu 和 Fedora 打包基于 Qt 的应用程序。在Ubuntu Debian软件包中,我包含了依赖项,例如,

libqtcore4 (>= 4:4.7)
libqtgui4 (>= 4:4.7)
libqt4-xml (>= 4:4.7)
...

我无法找到Fedora 13和Fedora 13对应的运行时包。 14. 我在 Fedora 软件包数据库 中进行了搜索并尝试了 RPM 搜索,但我的搜索都没有找到任何看起来像官方发行版的内容。 (当然,我假设有一个......如果我错了,请纠正我。)

显然,我对 Fedora 很不熟悉;这不是我的日常操作系统,所以我可能遗漏了一些明显的东西。我很感激你的帮助!

We wish to package our Qt-based application for Ubuntu and Fedora. In the Ubuntu Debian package, I include dependencies on, for example,

libqtcore4 (>= 4:4.7)
libqtgui4 (>= 4:4.7)
libqt4-xml (>= 4:4.7)
...

I am unable to find the corresponding runtime packages for Fedora 13 & 14. I have searched in the Fedora Package Database and tried RPM Search, but none of my searches are coming up with anything that looks like the official distribution. (I'm assuming, of course, that there is one ... please correct me if I'm mistaken.)

Obviously, I'm quite unfamiliar with Fedora; it's not my daily OS, so I'm probably missing something obvious. I appreciate the help!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

情栀口红 2024-10-17 11:00:37

Fedora 上的软件包名称是 qt 和 qt-x11

我认为它们在各个版本之间没有改变,但软件包名称取自 Fedora 14 盒子。

您的规范的相关部分可能如下所示:

Requires: qt >= 4.7
Requires: qt-x11 >= 4.7

qt-x11 可能取决于 qt,因此您可以稍微干燥一下。

The package names on Fedora are qt and qt-x11

I don't think they've changed between the releases, but the package names were taken from a Fedora 14 box.

The relevant piece of your spec might look like:

Requires: qt >= 4.7
Requires: qt-x11 >= 4.7

qt-x11 probably depends on qt so you may be able to DRY that up a bit.

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