summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkennyballou <kballou@onyx.boisestate.edu>2013-05-31 15:58:33 -0600
committerkennyballou <kballou@onyx.boisestate.edu>2013-05-31 17:54:20 -0600
commit56a1c3f083905dde420ce343def031225b1027c2 (patch)
tree6097c507b2954e015d140ee042b3c6e33b4cfa92
parentd121abac4f8cde0a8ef2419c6bdfb52e7c4dcb6d (diff)
downloadxnt-56a1c3f083905dde420ce343def031225b1027c2.tar.gz
xnt-56a1c3f083905dde420ce343def031225b1027c2.tar.xz
Add/ Update Dependency sections
-rw-r--r--README.rst20
-rw-r--r--docs/source/index.rst20
2 files changed, 36 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index b1c9e02..0257494 100644
--- a/README.rst
+++ b/README.rst
@@ -152,10 +152,22 @@ any other build tool you have used before (e.g. ``$ xnt {target}``).
Dependencies
------------
-Xnt has a few dependencies, specifically, Git, Mercurial, CVS, NAnt,
-Ant, Make, and ``distribute``. Currently, the dependencies are just
-assumed to be there, so you may, if you want, ignore them. However,
-you may not be able to easily install Xnt without ``distribute``.
+There are a few required and optional dependencies to install and run
+Xnt. Namely, reference the following list:
+
+* ``distribute``
+* ``Ant`` (Optional)
+* ``CVS`` (Optional)
+* ``Git`` (Optional)
+* ``LaTeX`` (Optional)
+* ``Make`` (Optional)
+* ``Mercurial`` (Optional)
+* ``NAnt`` (Optional)
+
+For developers, there are a few more dependencies.
+
+* ``sphinx``
+* ``pylint``
Source Install
--------------
diff --git a/docs/source/index.rst b/docs/source/index.rst
index cf393d6..b159341 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -72,6 +72,26 @@ Installing
To install, you can either install from source or use ``Pip``.
+Dependencies
+------------
+
+There are a few dependencies that Xnt requires and a few that are completely
+optional, depending on your intended use.
+
+* ``distribute``
+* ``Ant`` (Optional)
+* ``CVS`` (Optional)
+* ``Git`` (Optional)
+* ``LaTeX`` (Optional)
+* ``Make`` (Optional)
+* ``Mercurial`` (Optional)
+* ``NAnt`` (Optional)
+
+For developers, there are a few more dependencies.
+
+* ``sphinx``
+* ``pylint``
+
Source
------