I wrote this simple note to allow other people easier learning of how
to create GTK3 applications.
main.cpp
Create main.cpp file, and set its contents as following:
Makefile
Create Makefile file in the same directory as main.cpp.
Compilation
Open terminal, cd to your project directory, and enter:
Outro
Simple, isn’t it?