summaryrefslogtreecommitdiff
path: root/examples/README
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2014-12-02 19:21:18 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2014-12-02 19:23:50 +0000
commit92f67715641efa115fd228bea6e1e47ce1944c77 (patch)
treef6b1d549aa4a32a7f5d91e5e9098ef40816f261d /examples/README
parent3b2cf140a22d7779e9ccf9e88fc61e775004710f (diff)
downloadgtk+-92f67715641efa115fd228bea6e1e47ce1944c77.tar.gz
docs: Add a README to the examples directory
https://bugzilla.gnome.org/show_bug.cgi?id=741041
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README12
1 files changed, 12 insertions, 0 deletions
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