[doc] add missing dependencies in annexes. explain more precisely source install. stable
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>
Sun, 27 Sep 2009 14:37:55 +0200
branchstable
changeset 3488 ab9e7bcfc764
parent 3487 2e705d9fdaf1
child 3501 3ef4ce396066
[doc] add missing dependencies in annexes. explain more precisely source install. Feedback sent by Carlos Balderas.
doc/book/en/admin/setup.rst
doc/book/en/annexes/depends.rst
--- a/doc/book/en/admin/setup.rst	Fri Sep 25 21:58:55 2009 +0200
+++ b/doc/book/en/admin/setup.rst	Sun Sep 27 14:37:55 2009 +0200
@@ -63,19 +63,26 @@
 
 .. _`ftp site`: http://ftp.logilab.org/pub/cubicweb/
 
-or keep up to date with on-going development by using Mercurial and its forest
-extension::
+Make sure you have installed the dependencies (see appendixes for the list).
+
+Install from version control system
+```````````````````````````````````
+
+You can keep up to date with on-going development by using Mercurial and its
+forest extension::
 
   hg fclone http://www.logilab.org/hg/forests/cubicweb
 
 See :ref:`MercurialPresentation` for more details about Mercurial.
+
 When cloning a repository, you might be set in a development branch
 (the 'default' branch). You should check that the branches of the
 repositories are set to 'stable' (using `hg up stable` for each one)
 if you do not intend to develop the framework itself.
 
-In both cases, make sure you have installed the dependencies (see appendixes for
-the list).
+Do not forget to update the forest itself (using `cd path/to/forest ; hg up`).
+
+Make sure you have installed the dependencies (see appendixes for the list).
 
 Windows installation
 ````````````````````
--- a/doc/book/en/annexes/depends.rst	Fri Sep 25 21:58:55 2009 +0200
+++ b/doc/book/en/annexes/depends.rst	Sun Sep 27 14:37:55 2009 +0200
@@ -47,5 +47,17 @@
 * fyzz - http://www.logilab.org/project/fyzz - http://pypi.python.org/pypi/fyzz
   - included in the forest
 
+* psycopg2 - http://initd.org/projects/psycopg2 - http://pypi.python.org/pypi/psycopg2
+
+* docsutils - http://docutils.sourceforge.net/ - http://pypi.python.org/pypi/docutils
+
+For the google-appengine extension to be available, you also need:
+
+* dateutil - http://labix.org/python-dateutil -
+  http://pypi.python.org/pypi/python-dateutil/
+
+* vobject - http://vobject.skyhouseconsulting.com/ -
+  http://pypi.python.org/pypi/vobject
+
 Any help with the packaging of CubicWeb for more than Debian/Ubuntu (including
 eggs, buildouts, etc) will be greatly appreciated.