summaryrefslogtreecommitdiffstats
path: root/addon/doxyparse/README
diff options
context:
space:
mode:
Diffstat (limited to 'addon/doxyparse/README')
-rw-r--r--addon/doxyparse/README10
1 files changed, 9 insertions, 1 deletions
diff --git a/addon/doxyparse/README b/addon/doxyparse/README
index 9f7429c..288b31e 100644
--- a/addon/doxyparse/README
+++ b/addon/doxyparse/README
@@ -5,16 +5,24 @@ This directory contains an "source parsing engine" based on doxyapp code.
More info and source code repository: https://github.com/analizo/doxygen
+## build dependencies
+
+ apt-get install flex bison cmake build-essential python
+
## build
cmake -G "Unix Makefiles" -Dbuild_parse=ON
make
+## install
+
+ sudo make install
+
AUTHORS
=======
Antonio Terceiro <terceiro@softwarelivre.org>
João M. Miranda <joaomm88@gmail.com>
-Joenio Costa <joenio@colivre.coop.br>
+Joenio Costa <joenio@joenio.me>
Paulo Meirelles <paulo@softwarelivre.org>
Vinicius Daros <vkdaros@mercurio.eclipse.ime.usp.br>