문제

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