GIOおよびGVFSライブラリでサポートされているプラットフォームは何ですか?

StackOverflow https://stackoverflow.com/questions/5027140

  •  14-11-2019
  •  | 
  •  

質問

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