doc/book/en/annexes/depends.rst
branchstable
changeset 2393 6190852af97f
child 2539 0f26a76b0348
equal deleted inserted replaced
2392:4f6bfffbfb80 2393:6190852af97f
       
     1 .. -*- coding: utf-8 -*-
       
     2 
       
     3 .. _dependencies:
       
     4 
       
     5 Dependencies
       
     6 ============
       
     7 
       
     8 When you run CubicWeb from source, either by downloading the tarball or
       
     9 cloning the mercurial forest, here is the list of tools and libraries you need
       
    10 to have installed in order for CubicWeb to work:
       
    11 
       
    12 * mxDateTime - http://www.egenix.com/products/python/mxBase/mxDateTime/ - http://pypi.python.org/pypi/egenix-mx-base
       
    13 
       
    14 * pyro - http://pyro.sourceforge.net/ - http://pypi.python.org/pypi/Pyro
       
    15 
       
    16 * yapps - http://theory.stanford.edu/~amitp/yapps/ -
       
    17   http://pypi.python.org/pypi/Yapps2
       
    18 
       
    19 * pygraphviz - http://networkx.lanl.gov/pygraphviz/ -
       
    20   http://pypi.python.org/pypi/pygraphviz
       
    21 
       
    22 * simplejson - http://code.google.com/p/simplejson/ -
       
    23   http://pypi.python.org/pypi/simplejson
       
    24 
       
    25 * lxml - http://codespeak.net/lxml - http://pypi.python.org/pypi/lxml
       
    26 
       
    27 * twisted - http://twistedmatrix.com/ - http://pypi.python.org/pypi/Twisted
       
    28 
       
    29 * logilab-common - http://www.logilab.org/project/logilab-common -
       
    30   http://pypi.python.org/pypi/logilab-common/ - included in the forest
       
    31 
       
    32 * logilab-constraint - http://www.logilab.org/project/logilab-constraint -
       
    33   http://pypi.python.org/pypi/constraint/ - included in the forest
       
    34 
       
    35 * logilab-mtconverter - http://www.logilab.org/project/logilab-mtconverter -
       
    36   http://pypi.python.org/pypi/logilab-mtconverter - included in the forest
       
    37 
       
    38 * rql - http://www.logilab.org/project/rql - http://pypi.python.org/pypi/rql -
       
    39   included in the forest
       
    40 
       
    41 * yams - http://www.logilab.org/project/yams - http://pypi.python.org/pypi/yams
       
    42   - included in the forest
       
    43 
       
    44 * indexer - http://www.logilab.org/project/indexer -
       
    45   http://pypi.python.org/pypi/indexer - included in the forest
       
    46 
       
    47 Any help with the packaging of CubicWeb for more than Debian/Ubuntu (including
       
    48 eggs, buildouts, etc) will be greatly appreciated.