Pregunta

Al escribir una solicitud usando las bibliotecas GIO y GVFS de la pila GNOME, ¿para qué plataformas estará disponible mi aplicación?¿Será posible compilar la aplicación en Windows, Solaris o * BSD, por ejemplo?¿Las bibliotecas GIO / GVF y dependientes están disponibles como paquetes binarios en esos sistemas?

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top