[gnome-devel-docs] devtools-install: Added stubs for devtools installation



commit 81851ca15f4238a2e2ab5f8d3c1d40cb70de93a3
Author: Johannes Schmid <jhs gnome org>
Date:   Sun Dec 5 00:15:59 2010 +0100

    devtools-install: Added stubs for devtools installation

 articles/devtools-install/fedora.page |   52 +++++++++++++++++++++++++++++++++
 articles/devtools-install/index.page  |   14 +++++++++
 articles/devtools-install/ubuntu.page |   34 +++++++++++++++++++++
 3 files changed, 100 insertions(+), 0 deletions(-)
---
diff --git a/articles/devtools-install/fedora.page b/articles/devtools-install/fedora.page
new file mode 100644
index 0000000..2912d2d
--- /dev/null
+++ b/articles/devtools-install/fedora.page
@@ -0,0 +1,52 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="guide"
+      id="fedora">
+
+  <info>
+    <link type="guide" xref="index"/>
+  
+    <desc>This tutorial will show you how to install the GNOME development tools on Fedora</desc>
+    
+    <revision pkgversion="0.1" version="0.1" date="2010-12-02" status="stub"/>
+    <credit type="author">
+      <name>GNOME Documentation Project</name>
+      <email>gnome-doc-list gnome org</email>
+    </credit>
+    
+  </info>
+
+<title>Install and set up development environment on Fedora</title>
+
+<section>
+  <title>Check your version</title>
+  <p>Please make sure that you are running the latest version of Fedora. Development usually requires up-to-date
+     libraries and tools. It doesn't make sense to do development on older versions of Fedora.</p>
+</section>
+
+<section>
+  <title>Installing Anjuta IDE</title>
+  <steps>
+    <item><p>Start <app>Add/Remove Software</app> from the menu</p></item>
+    <item><p>Type <em>anjuta</em> into the search box</p></item>
+    <item><p>Select the <em>anjuta</em> and <em>anjuta-docs</em> from the list</p></item>
+    <item><p>Hit <gui>Install</gui></p></item>
+  </steps>
+</section>
+
+<section>
+  <title>Install development libraries</title>
+  <p>Development files for the libraries are usually post-fixed with <em>-devel</em> in Fedora. You can simply
+    search for the library name in <app>Add/Remove Software</app> and install the <em>-devel</em> packages
+    there.
+  </p>
+  <p>Here is the list of libraries and packages you need to complete the examples:</p>
+  <list>
+    <item><p>gtk3-devel</p></item>
+    <item><p>gstreamer-devel</p></item>
+    <item><p>clutter-devel</p></item>
+    <item><p>cairo-devel</p></item>
+    <item><p>vala-devel</p></item>
+    <item><p>python-devel</p></item>
+  </list>
+</section>
+</page>
diff --git a/articles/devtools-install/index.page b/articles/devtools-install/index.page
new file mode 100644
index 0000000..01be684
--- /dev/null
+++ b/articles/devtools-install/index.page
@@ -0,0 +1,14 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="guide"
+      id="index">
+<info>
+  <credit type="author">
+    <name>Johannes Schmid</name>
+    <email>jhs gnome org</email>
+    <years>2010</years>
+  </credit>
+</info>
+
+<title>Install GNOME Development Environment</title>
+
+</page>
diff --git a/articles/devtools-install/ubuntu.page b/articles/devtools-install/ubuntu.page
new file mode 100644
index 0000000..48e1a31
--- /dev/null
+++ b/articles/devtools-install/ubuntu.page
@@ -0,0 +1,34 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="guide"
+      id="ubuntu">
+
+  <info>
+    <link type="guide" xref="index"/>
+  
+    <desc>This tutorial will show you how to install the GNOME development tools on Ubuntu</desc>
+    
+    <revision pkgversion="0.1" version="0.1" date="2010-12-02" status="stub"/>
+    <credit type="author">
+      <name>GNOME Documentation Project</name>
+      <email>gnome-doc-list gnome org</email>
+    </credit>
+    
+  </info>
+
+<title>Install and set up development environment on Ubuntu</title>
+
+<section>
+  <title>Check your version</title>
+  <p>Please make sure that you are running the latest version of Ubuntu. Development usually requires up-to-date
+     libraries and tools. It doesn't make sense to do development on older versions of Ubuntu.</p>
+</section>
+
+<section>
+  <title>Installing Anjuta IDE</title>
+</section>
+
+<section>
+  <title>Install development libraries</title>
+</section>
+
+</page>



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