kitanokitsune / gtk2.24-win-static-library-builder

GTK+-2.24 static library building tool for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gtk2.24-win-static-library-builder

Build tool of gtk+-2.24.33 static library for windows, using MXE patches.
It is useful to build gerbv.

Requirement

How to build

  1. Clone this project
  2. Edit SEVENZIPBINPATH, CPUARCH and GTK_PREFIX variables in Makefile file
  3. Run msys2 (bash) as administrator, then make in the msys2 (bash)
  4. Wait for hours

How to use the library

Exec source ${GTK_PREFIX}/gtkvars.sh before use

About

GTK+-2.24 static library building tool for Windows


Languages

Language:C++ 50.3%Language:CMake 23.9%Language:Makefile 22.5%Language:Shell 3.2%