Requirements
- gtk+-3.x development libraries
- gcc, ofcourse
Compailation
Use following command in command line to generate executable.
gcc main.c ``pkg-config --cflags --libs gtk+-3.0`` -o <object name>
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Requirements
Compailation
Use following command in command line to generate executable.
gcc main.c ``pkg-config --cflags --libs gtk+-3.0`` -o <object name>