-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Joenio Costa edited this page Jul 7, 2017
·
6 revisions
Doxyparse is a multi-language source code parser, based on Doxygen's engine.
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
Get the binaries from the latest release:
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.