After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 741041 - Add standalone Makefiles for the application examples
Add standalone Makefiles for the application examples
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-12-02 19:23 UTC by Emmanuele Bassi (:ebassi)
Modified: 2014-12-02 22:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add standalone Makefile for the examples (10.93 KB, patch)
2014-12-02 19:23 UTC, Emmanuele Bassi (:ebassi)
committed Details | Review
docs: Add a README to the examples directory (887 bytes, patch)
2014-12-02 19:24 UTC, Emmanuele Bassi (:ebassi)
committed Details | Review
docs: Mention the standalone Makefile for examples (1.26 KB, patch)
2014-12-02 19:29 UTC, Emmanuele Bassi (:ebassi)
committed Details | Review

Description Emmanuele Bassi (:ebassi) 2014-12-02 19:23:48 UTC
Since the application examples are included in our documentation, and since it's been asked multiple times, it should be possible to build them without necessarily requiring to
build the whole of GTK+.
Comment 1 Emmanuele Bassi (:ebassi) 2014-12-02 19:23:56 UTC
Created attachment 292019 [details] [review]
Add standalone Makefile for the examples

We want to allow people to build the examples easily, without
necessarily requiring them to build the whole of GTK+.
Comment 2 Emmanuele Bassi (:ebassi) 2014-12-02 19:24:19 UTC
Created attachment 292020 [details] [review]
docs: Add a README to the examples directory
Comment 3 Matthias Clasen 2014-12-02 19:25:17 UTC
Review of attachment 292019 [details] [review]:

Looks good
Comment 4 Matthias Clasen 2014-12-02 19:27:27 UTC
Review of attachment 292020 [details] [review]:

Looks fine, but it would be a good idea to put the same explanation into the getting started chapter of the docs too, near "The full, buildable sources for these examples..."
Comment 5 Emmanuele Bassi (:ebassi) 2014-12-02 19:29:12 UTC
Created attachment 292021 [details] [review]
docs: Mention the standalone Makefile for examples

And point to the README file.
Comment 6 Emmanuele Bassi (:ebassi) 2014-12-02 19:35:25 UTC
small typo (director → directory) in the last commit, I already fixed it locally.
Comment 7 Emmanuele Bassi (:ebassi) 2014-12-02 22:30:36 UTC
Attachment 292019 [details] pushed as 3b2cf14 - Add standalone Makefile for the examples
Attachment 292020 [details] pushed as 92f6771 - docs: Add a README to the examples directory
Attachment 292021 [details] pushed as 37a1e6c - docs: Mention the standalone Makefile for examples