From 37a1e6cacb46bb7156da4a4ac90780ed2a986b20 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 2 Dec 2014 19:27:52 +0000 Subject: [PATCH] docs: Mention the standalone Makefile for examples And point to the README file. https://bugzilla.gnome.org/show_bug.cgi?id=741041 --- docs/reference/gtk/getting_started.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/reference/gtk/getting_started.xml b/docs/reference/gtk/getting_started.xml index 5ac4ca573a..63d79cdc95 100644 --- a/docs/reference/gtk/getting_started.xml +++ b/docs/reference/gtk/getting_started.xml @@ -302,7 +302,10 @@ The full, buildable sources for these examples can be found in the examples/ directory of the GTK+ source distribution, or - online in the GTK+ git repository. + online in the GTK+ git repository. + You can build each example separately by using make with the Makefile.example + file. For more information, see the README included in the + examples directory.
A trivial application