Skip to content
Joenio Costa edited this page Jul 7, 2017 · 6 revisions

Doxyparse is a multi-language source code parser, based on Doxygen's engine.

Installation

Debian package

Add the entries below in your /etc/apt/sources.list.d/analizo.list:

deb http://www.analizo.org/download/ ./
deb-src http://www.analizo.org/download/ ./

Then run (as root):

wget -O - http://www.analizo.org/download/signing-key.asc | apt-key add -
apt-get update
apt-get install doxyparse

Download binaries

Get the binaries from the latest release:

From sources

Get the latest source code from master branch and run:

cmake -G "Unix Makefiles" -Dbuild_parse=ON
make

If you need more details about compilling see BUILD.txt file.

Clone this wiki locally