diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2014-12-02 19:21:18 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2014-12-02 19:23:50 +0000 |
commit | 92f67715641efa115fd228bea6e1e47ce1944c77 (patch) | |
tree | f6b1d549aa4a32a7f5d91e5e9098ef40816f261d /examples | |
parent | 3b2cf140a22d7779e9ccf9e88fc61e775004710f (diff) | |
download | gtk+-92f67715641efa115fd228bea6e1e47ce1944c77.tar.gz |
docs: Add a README to the examples directory
https://bugzilla.gnome.org/show_bug.cgi?id=741041
Diffstat (limited to 'examples')
-rw-r--r-- | examples/README | 12 |
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 |