Thanks to visit codestin.com
Credit goes to github.com

Skip to content

TingPing/gtk-win32

 
 

Repository files navigation

Building from Source

If you want to build the bundle from source yourself, we have a PowerShell script that will download the sources, apply some patches and run the build. It is largely based on Fan Chun-wei’s Compiling the GTK+ (and Clutter) stack using Visual C++ 2008 and later.

  1. Install the following build tools and dependencies:
  1. Clone the gtk-win32 repository to C:\mozilla-build\gtk\github\gtk-win32 This repository contains the build script, project files and patches.

  2. Now you have to allow PowerShell scripts to be run on your system. Open a PowerShell prompt as Administrator and run the following command:

Set-ExecutionPolicy RemoteSigned

  1. Now start a new PowerShell window as a regular user. Go to the gtk-win32 directory and start building with the script:
  • To build the 32-bit bundle, run:
cd C:\mozilla-build\hexchat\github\gtk-win32
.\build.ps1
  • To build the 64-bit bundle, run:
cd C:\mozilla-build\hexchat\github\gtk-win32
.\build.ps1 -Configuration x64
  1. When the script is done, your GTK+ stack will be found under C:\mozilla-build\gtk\gtk. Enjoy!

About

GTK+ 3 stack for Windows

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 69.4%
  • Python 12.2%
  • Makefile 11.7%
  • C++ 2.5%
  • CMake 1.7%
  • Meson 1.1%
  • Other 1.4%