Skip to content

IcosagonZ/MyYoutubeTutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MyYoutubeTutorials - Files used in my YT videos

How tos

Programming

Video 2: How to use GTK and Glade with C on Window (Coming soon)

Requirements

Requirements in MSYS2

  • mingw-w64-gcc : Used to compile or build the program
  • mingw-w64-make : Used to make compiling easier
  • mingw-w64-gtk : GTK UI Library
  • mingw-w64-glade : GTK UI Designer
  • mingw-w64-gedit : Optional for editing the source code
Commands used in the video
pacman -Syu
pacman -S mingw-w64-gcc 
pacman -S mingw-w64-make
pacman -S mingw-w64-gtk
pacman -S mingw-w64-glade
pacman -S mingw-w64-gedit

About

Files used in my YT videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published