Skip to content

sudipta9/gtk_practice_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the frist practice project of my GTK GUI with C programming.

Requirements

  1. GTK installed in your Linux system

  2. GCC installed

  3. To compile in windows system using MSYS2, type the command frist

    pkg-config --cflags gtk+-3.0

    pkg-config --libs gtk+-3.0

    gcc -Wl,-export-all-symbols pkg-config --cflags gtk+-3.0 -o main main.c pkg-config --libs gtk+-3.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published