From 92f67715641efa115fd228bea6e1e47ce1944c77 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 2 Dec 2014 19:21:18 +0000 Subject: [PATCH] docs: Add a README to the examples directory https://bugzilla.gnome.org/show_bug.cgi?id=741041 --- examples/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/README diff --git a/examples/README b/examples/README new file mode 100644 index 0000000000..6518925d75 --- /dev/null +++ b/examples/README @@ -0,0 +1,12 @@ += Examples = + +== Building the examples == + +The examples in this directory are built alongside the rest of GTK+. + +The examples under the `application[1-9]` directories are also included in +the GTK+ API reference documentation, and can be built independently, using +the system libraries, by doing: + + $ cd application1 + $ make -f Makefile.example