Install GTK for c on Windows 10?
问题 Can you tell me how to install GTK on windows 10 or have a step by step guide, all the ones I've tried have not helped me. Possibly if someone also explain how to compile from cmd or prepare an IDE (code: block maybe). 回答1: Any commands I mention should be run at the MINGW shell, found here: C:\msys64\msys2_shell.cmd First update msys2 with pacman -Syu Make sure you have installed GCC...Install the required toolchain for GCC with pacman -S mingw-w64-x86_64-toolchain . When using pacman, just