[gnome-devel-docs/wip/dxhackfest2013] Integrate setting up development environment into getting started guide



commit cb8933b53c7685f22dfe06205085015335d29e2b
Author: Allan Day <allanpday gmail com>
Date:   Thu Jan 31 17:34:11 2013 +0000

    Integrate setting up development environment into getting started guide
    
    The Getting ready for GNOME development page doesn't include much
    information that isn't covered by the new writing your first GNOME
    application guide. Merge the former into the latter.

 getting-started/C/first-gnome-application.page |   18 +++++-
 platform-demos/C/getting-ready.page            |   72 ------------------------
 platform-demos/Makefile.am                     |    1 -
 3 files changed, 15 insertions(+), 76 deletions(-)
---
diff --git a/getting-started/C/first-gnome-application.page b/getting-started/C/first-gnome-application.page
index 5332517..b5a49d7 100644
--- a/getting-started/C/first-gnome-application.page
+++ b/getting-started/C/first-gnome-application.page
@@ -19,14 +19,14 @@
 
 <title type="text">Writing Your First GNOME Application</title>
 
-<p>This tutorial will guide you through the basic steps involved in creating a GNOME application.</p>
+<p>This tutorial will guide you through the steps involved in creating a GNOME application.</p>
 
 <section id="setting-up">
 <title>Set Up Your Development Environment</title>
 
 <p>The first stage in creating a GNOME application is to set up your development environment. For this you will need to install GNOME 3 - if you are not using GNOME 3 already, you will need to use it as the environment for developing your application. See the <link href="http://www.gnome.org/getting-gnome/";>Getting GNOME page</link> for information on GNOME 3 distributions.</p>
 
-<p>Get the tools - the following tools are recommended for writing a GNOME application:</p>
+<p>The following tools are recommended for writing a GNOME application:</p>
 
 <list>
     <item><p>DevHelp - for viewing and searching API documentation.</p></item>
@@ -34,7 +34,19 @@
     <item><p><link href="http://www.anjuta.org/downloads";>Anjunta</link> - for editing code.</p></item>
 </list>
 
-<p>All of these tools are available via GNOME 3 distributions.</p>
+<p>All of these tools are available via GNOME 3 distributions. The GNOME wiki contains information for installing development tools for different distributions:</p>
+
+<list>
+    <item><p><link href="http://live.gnome.org/DeveloperTools/Installation/Ubuntu";>
+    <media type="image" mime="image/png" src="media/ubuntu.png">Ubuntu</media></link></p></item>
+    <item><p>
+    <link href="http://live.gnome.org/DeveloperTools/Installation/Fedora";>
+    <media type="image" mime="image/png" src="media/fedora.png">Fedora</media></link></p></item>
+    <item><p>
+    <link href="http://live.gnome.org/DeveloperTools/Installation/OpenSuSE";>
+    <media type="image" mime="image/png" src="media/opensuse.png">OpenSuSE</media></link></p></item>
+    <item><p><link href="http://live.gnome.org/DeveloperTools/Installation";>Others</link></p></item>
+</list>
 </section>
 
 <section id="language">
diff --git a/platform-demos/Makefile.am b/platform-demos/Makefile.am
index ff799e1..eb535d9 100644
--- a/platform-demos/Makefile.am
+++ b/platform-demos/Makefile.am
@@ -306,7 +306,6 @@ HELP_FILES =				\
 	filechooserdialog.py.page	\
 	filechooserdialog.vala.page	\
 	fontchooserwidget.py.page	\
-	getting-ready.page		\
 	gmenu.c.page			\
 	gmenu.js.page			\
 	gmenu.py.page			\



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