Pergunta

Ao escrever um aplicativo usando as bibliotecas GIO e GVFS da pilha do GNOME, quais plataformas, meu aplicativo estará disponível?Será possível compilar o aplicativo no Windows, Solaris ou * BSD, por exemplo?São as bibliotecas GIO / GVFS e dependentes disponíveis como pacotes binários nesses sistemas?

Foi útil?

Solução

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 em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top