Windows下安装GTK+的最佳攻略

简介: 版权声明:本文为博主chszs的原创文章,未经博主允许不得转载。 https://blog.csdn.net/chszs/article/details/4006814 Windows下安装GTK+的最佳攻略本文的GTK+版本为2.
版权声明:本文为博主chszs的原创文章,未经博主允许不得转载。 https://blog.csdn.net/chszs/article/details/4006814

Windows下安装GTK+的最佳攻略



本文的GTK+版本为2.16.0

 

前提条件:Windows上已安装Cygwin(安装方法不在本文中叙述)

在Windows平台上安装GTK+,方法很多,最简单的方法是采用一体包进行安装,步骤如下:

1)下载gtk+-bundle_2.16.0-20090317_win32.zip
地址:http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.16/gtk+-bundle_2.16.0-20090317_win32.zip

2)解压缩到指定目录
我解压到C:/GTK

3)设置环境变量PATH
“我的电脑”--右键“属性”--“高级”--“环境变量”,编辑Path,添加:
c:/gtk/bin

4)测试
4.1)确保Windows系统内未安装其它版本的gtk+,在cmd命令行下执行:
pkg-config --cflags gtk+-2.0
显示结果:

结果图1

注:如果有其它版本的,先删除之。

4.2)验证安装是否正确(无需编写Helloworld)
在cmd命令行下执行:
gtk-demo
显示结果:
结果图2

至此,安装结束。

如果想使用微软的Windows主题引擎,在安装目录下的etc/gtk-2.0目录下,新建一文件,命名为gtkrc,内容只有一句:
gtk-theme-name = "MS-Windows"
保存并退出。

一切OK。

目录
相关文章
|
2月前
|
iOS开发 MacOS Windows
Mac air使用Boot Camp安装win10 ,拷贝 Windows 文件时出错
Mac air使用Boot Camp安装win10 ,拷贝 Windows 文件时出错
|
19天前
|
数据安全/隐私保护 Windows
安装 Windows Server 2019
安装 Windows Server 2019
|
19天前
|
Windows
安装 Windows Server 2003
安装 Windows Server 2003
|
20天前
|
NoSQL Shell MongoDB
Windows 平台安装 MongoDB
10月更文挑战第10天
33 0
Windows 平台安装 MongoDB
|
24天前
|
Windows Python
Windows安装dlib,遇到问题汇总解决
Windows安装dlib,遇到问题汇总解决
28 4
|
27天前
|
Oracle 关系型数据库 MySQL
Mysql(1)—简介及Windows环境下载安装
MySQL 是一个流行的关系型数据库管理系统(RDBMS),基于 SQL 进行操作。它由瑞典 MySQL AB 公司开发,后被 Sun Microsystems 收购,现为 Oracle 产品。MySQL 是最广泛使用的开源数据库之一,适用于 Web 应用程序、数据仓库和企业应用。
50 2
|
28天前
|
JavaScript Windows
windows安装vue
windows安装vue
|
29天前
|
应用服务中间件 Apache Windows
免安装版的Tomcat注册为windows服务
免安装版的Tomcat注册为windows服务
66 3
|
10天前
|
Linux 网络安全 虚拟化
适用于Linux的Windows子系统(WSL1)的安装与使用记录
并放到启动文件夹,就可以开机自动启动了。
15 0
|
19天前
|
Windows
安装Windows XP系统
安装Windows XP系统