[gnome-devel-docs] Added subsection "other recommended tools"
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-devel-docs] Added subsection "other recommended tools"
- Date: Mon, 26 Jan 2015 11:43:05 +0000 (UTC)
commit b4bfc098b51c5b38c388a7627c576ca627863c8e
Author: Bastian Ilsø <bastianilso gnome org>
Date: Mon Jan 26 10:54:05 2015 +0000
Added subsection "other recommended tools"
platform-demos/C/beginner.c.page | 27 +++++++++++++++++++++++----
1 files changed, 23 insertions(+), 4 deletions(-)
---
diff --git a/platform-demos/C/beginner.c.page b/platform-demos/C/beginner.c.page
index b37b782..23ab530 100644
--- a/platform-demos/C/beginner.c.page
+++ b/platform-demos/C/beginner.c.page
@@ -40,10 +40,29 @@
</section>
<section id="prerequisites">
-<title>Prerequisites</title>
- <p>
- To begin developing GTK+ 3 applications in C you will need a C compiler, for example <link
href="https://gcc.gnu.org/">gcc</link>. You will also need GTK+ 3 including headers and pkg-config files.
Linux distributions usually abstract GTK+ 3 headers and pkg-config files into separate packages called
<em>gtk3-devel</em>, <em>gtk3-dev</em> or similar.
- </p>
+ <title>Prerequisites</title>
+
+ <p>To begin developing GTK+ 3 applications in C you will need a C compiler, for example <link
href="https://gcc.gnu.org/">gcc</link>. You will also need GTK+ 3 including headers and pkg-config files.
Linux distributions usually abstract GTK+ 3 headers and pkg-config files into separate packages called
<em>gtk3-devel</em>, <em>gtk3-dev</em> or similar.</p>
+
+ <section id="recommended-tools">
+ <title>Other recommended tools</title>
+
+ <list>
+ <item>
+ <p><link href="https://wiki.gnome.org/Apps/Devhelp">DevHelp</link>: An API documentation browser for
GNOME.</p>
+ </item>
+ <item>
+ <p>A GNOME IDE (Integrated Development Environment). An IDE can assist you in writing and debugging C
code, for example <link href="https://wiki.gnome.org/Apps/Builder">Builder</link> or <link
href="https://wiki.gnome.org/Apps/Anjuta">Anjuta</link>.</p>
+ </item>
+ <item>
+ <p><link href="http://glade.gnome.org/">Glade</link>: A user interface designer for GTK+
Applications.</p>
+ </item>
+ <item>
+ <p>An IRC Client, for example <link href="https://wiki.gnome.org/Apps/Polari">Polari</link> or <link
href="https://wiki.gnome.org/Apps/Empathy">Empathy</link>. If you run into problems while following the
beginner tutorials, join #gnome on GimpNet.</p>
+ </item>
+ </list>
+
+ </section>
</section>
<section id="samples">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]