2014-12-02 19:21:18 +00:00
|
|
|
= Examples =
|
|
|
|
|
|
|
|
== Building the examples ==
|
|
|
|
|
2019-02-05 09:27:57 +00:00
|
|
|
The examples in this directory are built alongside the rest of GTK.
|
2014-12-02 19:21:18 +00:00
|
|
|
|
2014-12-08 20:39:15 +00:00
|
|
|
The examples under the `application[1-10]` directories are also included in
|
2019-02-05 09:27:57 +00:00
|
|
|
the GTK API reference documentation, and can be built independently, using
|
2014-12-02 19:21:18 +00:00
|
|
|
the system libraries, by doing:
|
|
|
|
|
|
|
|
$ cd application1
|
|
|
|
$ make -f Makefile.example
|