aboutsummaryrefslogtreecommitdiffstats
path: root/doc/install.txt
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2010-09-28 21:30:57 -0400
committerW. Trevor King <wking@drexel.edu>2010-09-28 21:30:57 -0400
commitc293f2eaed1d3ebccd3e474c77557d2624e2ccc9 (patch)
treee422f43b1edaf153d92aa0f72ed8494ea3a65f75 /doc/install.txt
parente3ec1f6f6d0f8ad5bc3777aa49f96d43aa9ffacc (diff)
downloadbugseverywhere-c293f2eaed1d3ebccd3e474c77557d2624e2ccc9.tar.gz
Add dependency section to doc/install.txt.
Diffstat (limited to 'doc/install.txt')
-rw-r--r--doc/install.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/install.txt b/doc/install.txt
index 796d163..cea0a98 100644
--- a/doc/install.txt
+++ b/doc/install.txt
@@ -2,6 +2,38 @@
Installing BE
*************
+Dependencies
+============
+
+============== ======================= ============= ===========================
+Package Role Debian Gentoo
+============== ======================= ============= ===========================
+PyYAML_ serialized data storage python-yaml dev-python/pyyaml
+Sphinx_ see :doc:`doc` python-sphinx dev-python/sphinx
+numpydoc_ see :doc:`doc`
+xsltproc_ see :doc:`doc` xsltproc dev-libs/libxslt
+============== ======================= ============= ===========================
+
+The XSLT stylesheets reqired to generate the manpage are packaged in
+``docbook-xsl-ns`` on Debian [#debian] and
+``app-text/docbook-xsl-ns-stylesheets`` on Gentoo [#gentoo]. For
+futher details on DocBook publishing, see the DocBook wiki pages on
+tools_ and stylesheets_.
+
+.. _PyYAML: http://pyyaml.org/
+.. _Sphinx: http://sphinx.pocoo.org/
+.. _numpydoc: http://pypi.python.org/pypi/numpydoc
+.. _xsltproc: http://www.xmlsoft.org/XSLT/
+.. [#debian] See bugs `490716
+ <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490716>`_
+ and `447959
+ <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=447959>`_.
+.. [#gentoo] See Diego Elio Pettenò's `blog entry
+ <http://blog.flameeyes.eu/2008/09/22/docbook-5-and-gentoo>`_.
+.. _tools: http://wiki.docbook.org/topic/DocBookPublishingTools
+.. _stylesheets: http://wiki.docbook.org/topic/DocBookXslStylesheets
+
+
Git repository
==============