-
Notifications
You must be signed in to change notification settings - Fork 8
Home
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.
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.