Skip to content
Joenio Costa edited this page Mar 5, 2020 · 6 revisions

ALERT this instructions are outdated, doxyparse is now part of oficial doxygen project and all instructions and aditional data is going to be maintaned there https://github.com/doxygen/doxygen

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