diff --git a/README.md b/README.md new file mode 100644 index 0000000..efda833 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# GTK Examples + +## `hello-world.c` + +The simplest GTK application. + +## `advanced.c` + +A simple example of the GTK builder with an XML-UI-definition. + +## Building + +Commands for building are at the bottom of each C-file as a comment.