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

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top