码迷,mamicode.com
首页 > Windows程序 > 详细

Windows 安装 GTK+ 图文说明

时间:2015-08-08 14:55:07      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:

首先去官方下载:

//官方网站
http://www.gtk.org/download/index.php

//下载链接
http://win32builder.gnome.org/gtk+-bundle_3.6.4-20131201_win64.zip
http://win32builder.gnome.org/gtk+-bundle_3.6.4-20130921_win32.zip

  

解压到c盘:。http://www.cnblogs.com/osfipin/

技术分享

看懂英文的话,那个文本文档里有安装说明。

To use it, create some empty folder like "c:\gtk", Using either
Windows Explorers built-in zip file management, or the command-line
unzip.exe, available for instance at
ftp://tug.ctan.org/tex-archive/tools/zip/info-zip/WIN32/unz552xN.exe
unzip this bundle. Avoid Winzip! It is known to behave oddly.

(But you presumably already did extract the files, as you are reading
this file.)

Then add the bin folder to your PATH. Make sure you have no other
versions of GTK+ in PATH. Run:
    pkg-config --cflags gtk+-3.0
and verify that it prints out something reasonable. Prepare Pango :
    pango-querymodules > c:\gtk\etc\pango\pango.modules
Prepare GDK-Pixbuf :
    gdk-pixbuf-query-loaders > c:\gtk\lib\gdk-pixbuf-2.0\2.10.0\loaders.cache
Prepare GTK+-IMModules :
    gtk-query-immodules-3.0 > c:\gtk\lib\gtk-3.0\3.0.0\immodules.cache
Run:
    gtk3-demo
and verify that it works.
//http://www.cnblogs.com/osfipin/

修改系统变量:

技术分享

重启电脑。运行:pkg-config --cflags gtk+-3.0

技术分享

出现此界面则说明安装成功。

运行bin/gtk3-demo.exe.或者(运行gtk3-demo)

技术分享

出现界面:

技术分享

Windows 安装 GTK+ 图文说明

标签:

原文地址:http://www.cnblogs.com/osfipin/p/4713091.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!