[gnome-devel-docs] "Prerequisites" section: Installation requirements



commit 7b872677c72c3e40763fa94e0cc7c0d4b01696b1
Author: Bastian Ilsø <bastianilso gnome org>
Date:   Sun Jan 25 19:27:03 2015 +0100

    "Prerequisites" section: Installation requirements

 platform-demos/C/beginner.c.page |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/platform-demos/C/beginner.c.page b/platform-demos/C/beginner.c.page
index ae43a9d..9e59900 100644
--- a/platform-demos/C/beginner.c.page
+++ b/platform-demos/C/beginner.c.page
@@ -39,6 +39,13 @@
 <title>Tutorials</title>
 </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>
+</section>
+
 <section id="samples">
 <title>Code samples</title>
   <p>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]