适用于 Windows 的 Gtkmm 3.0 库

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/8256793/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 18:31:19  来源:igfitidea点击:

Gtkmm 3.0 library for Windows

windowsgtkmm

提问by Mikhail Krayushkin

Can someone give me a link where i can download a gtkmm 3.0 library for development without need to build it by myself? thanks

有人可以给我一个链接,我可以在其中下载 gtkmm 3.0 库进行开发而无需自己构建吗?谢谢

采纳答案by senshikaze

http://live.gnome.org/gtkmm/MSWindows

http://live.gnome.org/gtkmm/MSWindows

That is the best I could find. It stops at 2.8, tough.

那是我能找到的最好的。它停在 2.8,很难。

http://mail.gnome.org/archives/gtkmm-list/2011-April/msg00077.html

http://mail.gnome.org/archives/gtkmm-list/2011-April/msg00077.html

That is an email to the gtkmm mailing list from the windows installer developer. It seems that the dev doesn't have much time for it right now (or at least didn't on April 28, 2011).

这是 Windows 安装程序开发人员发给 gtkmm 邮件列表的电子邮件。开发人员现在似乎没有太多时间(或者至少在 2011 年 4 月 28 日没有)。

Not much help, but that seems to be the state of gtk+ and gtkmm on windows right now.

没有太大帮助,但这似乎是现在 windows 上 gtk+ 和 gtkmm 的状态。

回答by Nallebeorn

The original question is old, but I post here for future visitors.

最初的问题很旧,但我在这里发布以供将来的访问者使用。

Apparently the link specified in senshikaze's answer is broken. Windows installer (for both runtime and development stuff) is available from ftp.gnome.org

显然,senshikaze 的回答中指定的链接已损坏。Windows 安装程序(用于运行时和开发内容)可从 ftp.gnome.org 获得

32-bit

32位

64-bit

64位

回答by giuspen

I built the gtkmm binaries over official gtk 3.6.4 binaries. For 32 bit version you can download the binaries that I created, and there is also the (simple) procedure to create them yourself if you need 64 bit, everything on http://www.giuspen.com/2014/02/build-gtkmm-3-6-0-windows-binaries-on-official-gtk-3-6-4-bundle/

我在官方 gtk 3.6.4 二进制文件上构建了 gtkmm 二进制文件。对于 32 位版本,您可以下载我创建的二进制文件,如果您需要 64 位,还有(简单)程序可以自己创建它们,所有内容都在http://www.giuspen.com/2014/02/build- gtkmm-3-6-0-windows-binaries-on-official-gtk-3-6-4-bundle/

回答by Eugene

Gtk 3.0 library for windows is at hand from http://www.gtk.org/download/win32.php/

适用于 Windows 的 Gtk 3.0 库来自http://www.gtk.org/download/win32.php/

And you could find more optional dependence on http://win32builder.gnome.org/

你可以在http://win32builder.gnome.org/上找到更多可选的依赖

But Gtkmm 3.0 hasn't have an official release, but some volunteer make it, I find a good one, http://sourceforge.net/projects/tview/files/gtkmm_bin_3_6.7z/download

但是 Gtkmm 3.0 还没有正式发布,但是一些志愿者做了,我找到了一个很好的,http://sourceforge.net/projects/tview/files/gtkmm_bin_3_6.7z/download

回答by codekiddy

I created a blog on how to install latest gtkmm on Windows (step by step) here: http://gtkmm-installation.blogspot.com/

我创建了一个关于如何在 Windows 上安装最新的 gtkmm 的博客(一步一步):http: //gtkmm-installation.blogspot.com/

UPDATE: I have just compiled everything with Visual Studio, You can download my gtkmm3 development binaries for Windows x64 from my GitHubpage, I also made a wikientry on how to compile everything on your own with Visual Studio. All of the Visual Studio projects to compile everything can also be found on GitHub.

更新:我刚刚使用 Visual Studio 编译了所有内容,您可以从我的GitHub页面下载我的 Windows x64 gtkmm3 开发二进制文件,我还创建了一个关于如何使用 Visual Studio 自行编译所有内容的wiki条目。用于编译所有内容的所有 Visual Studio 项目也可以在GitHub找到

回答by royco

You can install it with vcpkg.

您可以使用vcpkg安装它。