如何使用 qtcreator 链接到 Arch Linux 上的 yaml-cpp?

发布于 2024-11-19 09:45:42 字数 171 浏览 2 评论 0原文

我有兴趣在我的媒体播放器项目中使用 Yaml。唯一的问题是我不知道如何使用 Yaml 进行编译,尤其是在 qt-creator 上。由于某种原因,yaml-cpp 的 AUR 包似乎没有在 /usr/lib 中安装库,所以我不确定如何执行此操作。我正在使用 Qt 并在 Qtcreator 环境中进行开发。如有帮助,将不胜感激。

I'm interested in using Yaml in my media player project. The only problem is I can't figure out how you compile with Yaml, especially on qt-creator. The AUR package for yaml-cpp doesn't seem to install the libs in /usr/lib for some reason, so I'm not sure how to go about doing this. I'm using Qt and developing within the Qtcreator environment. Help would be appreciated.

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

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

发布评论

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

评论(1

空气里的味道 2024-11-26 09:45:42

我使用 QtCreator 启动一个 CMake 项目,然后使用 CMake 文件查找 yaml-cpp。 此处 是 CMake 文件将 yaml-cpp 链接到您的项目。

此外,您应该能够进入“.pro”文件,右键单击,然后点击“添加库”。选择“系统库”,如果您知道库在哪里,则可以使用 pkgconfig 或手册。如果您无法弄清楚它在哪里,请在 PKGBUILD 中查找 yaml-cpp - 它会告诉您所有内容的安装位置。

I used QtCreator to start a CMake project, then used a CMake file to find yaml-cpp. Here is the CMake file to link yaml-cpp to your project.

Additionally, you should be able to go into your ".pro" file, r-click, and hit "add library". Select "system library", then you can use either pkgconfig or manual if you know where the lib is. If you can't figure out where it is, look in the PKGBUILD for yaml-cpp - it will tell you where it installs everything.

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