Revision: 8751
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8751&view=rev
Author:   jdh2358
Date:     2010-10-13 15:45:14 +0000 (Wed, 13 Oct 2010)

Log Message:
-----------
add build_dep instructions to installing docs and faq

Modified Paths:
--------------
    trunk/matplotlib/doc/faq/installing_faq.rst
    trunk/matplotlib/doc/users/installing.rst

Modified: trunk/matplotlib/doc/faq/installing_faq.rst
===================================================================
--- trunk/matplotlib/doc/faq/installing_faq.rst 2010-10-12 19:13:57 UTC (rev 
8750)
+++ trunk/matplotlib/doc/faq/installing_faq.rst 2010-10-13 15:45:14 UTC (rev 
8751)
@@ -106,6 +106,17 @@
   > cd matplotlib
   > python setup.py install
 
+.. note::
+
+    If you are on debian/ubuntu, you can get all the dependencies
+    required to build matplotlib with::
+
+      sudo apt-get build_dep python-matplotlib
+
+    This does not build matplotlib, but it does get the install the
+    build dependencies, which will make building from svn easy.
+
+
 If you want to be able to follow the development branch as it changes just 
replace
 the last step with (Make sure you have **setuptools** installed)::
 
@@ -116,9 +127,11 @@
 
   > svn update
 
-When you run `svn update`, if the output shows that only Python files have 
been updated, you are all set.
-If C files have changed, you need to run the `python setupegg develop` command 
again to compile them.
 
+When you run `svn update`, if the output shows that only Python files
+have been updated, you are all set.  If C files have changed, you need
+to run the `python setupegg develop` command again to compile them.
+
 There is more information on :ref:`using Subversion <using-svn>` in
 the developer docs.
 

Modified: trunk/matplotlib/doc/users/installing.rst
===================================================================
--- trunk/matplotlib/doc/users/installing.rst   2010-10-12 19:13:57 UTC (rev 
8750)
+++ trunk/matplotlib/doc/users/installing.rst   2010-10-13 15:45:14 UTC (rev 
8751)
@@ -131,6 +131,17 @@
 development packages (look for a "-dev" postfix) in addition to the
 libraries themselves.
 
+.. note::
+
+    If you are on debian/ubuntu, you can get all the dependencies
+    required to build matplotlib with::
+
+      sudo apt-get build_dep python-matplotlib
+
+    This does not build matplotlib, but it does get the install the
+    build dependencies, which will make building from svn easy.
+
+
 :term:`python` 2.4 (or later but not python3)
     matplotlib requires python 2.4 or later (`download 
<http://www.python.org/download/>`__)
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to