summaryrefslogtreecommitdiff
path: root/cpp/README-dev
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-12-07 18:40:06 +0000
committerAlan Conway <aconway@apache.org>2006-12-07 18:40:06 +0000
commit8acccbfa9493064e2bb6d38b830c1814ca0dc463 (patch)
tree9a90a145d24ffe014c0a6f3ff6fcbd74d55d0e07 /cpp/README-dev
parentb5f9d52979afa9097b20a3210145e5f732ae0b12 (diff)
downloadqpid-python-8acccbfa9493064e2bb6d38b830c1814ca0dc463.tar.gz
Added "make html" target to build doxygen documentation in docs/api/html.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@483600 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/README-dev')
-rw-r--r--cpp/README-dev8
1 files changed, 6 insertions, 2 deletions
diff --git a/cpp/README-dev b/cpp/README-dev
index 0bad4ec8d5..c39dcc613a 100644
--- a/cpp/README-dev
+++ b/cpp/README-dev
@@ -8,13 +8,17 @@ As per README-dist plus:
* libtool 1.5: http://www.gnu.org/software/libtool
* CppUnit 1.10.2: http://cppunit.sourceforge.net
-Optional: to generate documentation from source code comments you need:
+Optional: to re-generated generated code from the XML specification:
+ * java 5
+
+Optional: to generate documentation you need:
* doxygen 1.4.6: http://sourceforge.net/projects/doxygen/
* graphviz 2.8: http://www.graphviz.org/
+ * help2man 1.36: http://www.gnu.org/software/help2man/
If you use yum to install packages, do the command from the README-dist then:
-# yum install apr-devel cppunit-devel boost-devel doxygen graphviz
+# yum install doxygen graphviz
== Recent changes ==