[gtk+] docs: Add a README to the examples directory



commit 92f67715641efa115fd228bea6e1e47ce1944c77
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Dec 2 19:21:18 2014 +0000

    docs: Add a README to the examples directory
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741041

 examples/README |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/examples/README b/examples/README
new file mode 100644
index 0000000..6518925
--- /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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]