gio 和 gvfs 库支持哪些平台?

发布于 2024-10-17 23:59:29 字数 130 浏览 2 评论 0原文

当使用 GNOME 堆栈中的 GIO 和 GVFS 库编写应用程序时,我的应用程序可用于哪些平台?例如,是否可以在 Windows、Solaris 或 *BSD 上编译该应用程序? GIO/GVFS 和依赖库在这些系统上是否可以作为二进制包使用?

When writing an application using the GIO and GVFS libraries from the GNOME stack what platforms will my application be available for? Will it be possible to compile the application on Windows, Solaris or *BSD, for example? Are the GIO/GVFS and dependent libraries available as binary packages on those systems?

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

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

发布评论

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

评论(1

友欢 2024-10-24 23:59:29

GIO 是 glib 的一部分;它使用 POSIX API,因此它应该可以在所有 *nix 系统上运行,并且它确实对 Windows 有一些支持。 GVFS 是一个客户端-服务器系统,包含 *nix-only 标头,并且似乎根本不支持 Windows。

我将从 http://www.gtk.org/download-windows.html 上的 glib 二进制文件开始 然后从那里开始。

GIO is part of glib; it uses POSIX APIs so it should work on all *nix systems, and it does have some support for Windows. GVFS is a client-server system, includes *nix-only headers and doesn't seem like it supports Windows at all.

I would start with the glib binaries on http://www.gtk.org/download-windows.html and go from there.

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