一、
官方安装介绍 https://www.gtk.org/docs/installations/windows/
gtk+代码学习网站:https://zetcode.com/gui/gtk2/
基本按照官方安装步骤进行
1.安装MSYS2
需要连接github比较慢,已下载到百度网盘里。
一路next安装就可以了。
2.在MSYS2里执行脚本安装
pacman -S mingw-w64-x86_64-gtk3
3.
pacman -S mingw-w64-x86_64-glade
4.不需要python,所以跳过此步骤
5.安装过程会让选择安装哪些,保持默认安装所有的。
pacman -S mingw-w64-x86_64-toolchain base-devel