[gnomeweb-wml] Updated information about dependencies and compiling



commit 33ccff189b02ca577c90d060769b2a5c8943e7c0
Author: Adam Plumb <adamplumb gmail com>
Date:   Tue May 18 16:42:02 2010 -0400

    Updated information about dependencies and compiling

 .../nautilus-python/development.html               |   22 ++++++++++++++++++++
 projects.gnome.org/nautilus-python/index.html      |    2 +-
 2 files changed, 23 insertions(+), 1 deletions(-)
---
diff --git a/projects.gnome.org/nautilus-python/development.html b/projects.gnome.org/nautilus-python/development.html
index b5e5bf2..1d4f229 100644
--- a/projects.gnome.org/nautilus-python/development.html
+++ b/projects.gnome.org/nautilus-python/development.html
@@ -60,6 +60,28 @@ Nautilus-Python.  To do so, enter the following:
 <inlinecode>$ export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig</inlinecode>
 </tidbit>
 
+        <h3>Compiling</h3>
+        <p>
+        Nautilus-python depends on the following programs and libraries:
+        </p>
+        <ul>
+            <li>pygtk</li>
+            <li>pygobject</li>
+            <li>gnome-python</li>
+            <li>nautilus and libnautilus-extension</li>
+            <li>python</li>
+        </ul>
+        <p>
+        Make sure you have installed the development packages for these libraries before compiling nautilus-python.  You will also need the standard GNU and GNOME build tools installed.
+        </p>
+        
+<tidbit><b>Distro-specific dependencies</b>
+
+Ubuntu - <inlinecode>sudo apt-get install python-gtk2-dev python-gobject-dev python-gnome-dev libnautilus-extension-dev</inlinecode>
+
+(please email me additional instructions for missing distributions)
+</tidbit>
+
     </div>
 
     <div style="margin-left:15px;">
diff --git a/projects.gnome.org/nautilus-python/index.html b/projects.gnome.org/nautilus-python/index.html
index 5e59424..d32085e 100644
--- a/projects.gnome.org/nautilus-python/index.html
+++ b/projects.gnome.org/nautilus-python/index.html
@@ -107,7 +107,7 @@ $ sudo make install (or run as root)
             <li>python</li>
         </ul>
         <p>
-        Make sure you have installed the development packages for these libraries before compiling nautilus-python.
+        Make sure you have installed the development packages for these libraries before compiling nautilus-python.  You will also need the standard GNU and GNOME build tools installed.
         </p>
         
         <h2>Community</h2>



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