[gnomeweb-wml] anjuta web: Changed dependencies installation instructions



commit 375f02f202bc504fb5fe2246005b6635d59df7cc
Author: Naba Kumar <naba gnome org>
Date:   Tue May 3 22:30:36 2011 +0300

    anjuta web: Changed dependencies installation instructions

 projects.gnome.org/anjuta/development.page |   28 ++++++++++++++++++++++++----
 1 files changed, 24 insertions(+), 4 deletions(-)
---
diff --git a/projects.gnome.org/anjuta/development.page b/projects.gnome.org/anjuta/development.page
index d8edcd6..5ce6967 100644
--- a/projects.gnome.org/anjuta/development.page
+++ b/projects.gnome.org/anjuta/development.page
@@ -64,6 +64,25 @@
   <a name="anjuta-contributors"></a>
   <h2>Getting Anjuta from git repository</h2>
   
+  <a name="anjuta-deps"></a>
+  <h3>Setting up pre-built GNOME 3 dependencies</h3>
+  <p>The quickest way to get started is by getting latest pre-built GNOME 3 components to allow for building anjuta from git. Follow the general steps to setup the <a href="https://live.gnome.org/DeveloperTools/Installation";>Development Environment for GNOME 3</a> for your distro.</p>
+  <p>Once the GNOME 3 setup is complete, following addional packages should be installed before building gdl and anjuta from git (note: the names are ubuntu/debian names; consider changing to your distro appropriate names):
+  <ul>
+    <li>libgtksourceview-3-dev</li>
+    <li>bison</li>
+    <li>graphviz-dev</li>
+    <li>flex</li>
+    <li>libgda-4.0-dev</li>
+    <li>libsqlite3-dev</li>
+    <li>libdevhelp-3.0</li>
+    <li>libvte-2.90-dev</li>
+    <li>libvala-0.12-dev</li>
+    <li>valac-0.12</li>
+    <li>libxml2-dev</li>
+  </ul>
+  </p>
+  <!--  
   	<h3>Using <a href="http://library.gnome.org/devel/jhbuild/stable/";>JHbuild</a></h3>
   	<p>
 	  	JHBuild is a powerful tool to build the GNOME stack. As all major distributions
@@ -90,8 +109,9 @@
     $ jhbuild build anjuta
     $ jhbuild run anjuta
     </div>
-  
-  <h3>Building manually</h3>
+  -->
+ 
+  <h3>Building from source repository</h3>
   <p>
     Anjuta is maintained in GNOME git server. Git is a very powerful
     distributed version control system. To learn more about git
@@ -99,8 +119,8 @@
     <a href="http://live.gnome.org/Git";>the GNOME git wiki</a>. You can also browse the source on <a href="http://git.gnome.org/browse/anjuta";>git web</a> as well.
   </p>  
   <p>Make sure you have all
-    <a href="downloads.html#anjuta-dependencies">dependencies of Anjuta</a>
-    installed and ready. Now, grab the <code>anjuta</code> and
+    <a href="#anjuta-deps">dependencies of Anjuta</a>
+    installed and ready as described in above section. Now, grab the <code>anjuta</code> and
     <code>gdl</code> modules
     from the repository:</p>
   



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