Requirements - sevoku/doxygen-vb-filter GitHub Wiki

#Requirements ###Doxygen The VB Filter requires at least Doxygen 1.7.0 to work properly. Older version are supported, but have some limitations due to a bug in the extension mapping function.

The latest version can be downloaded from the Doxygen Homepage.

####Windows Simply install Doxygen from the Doxygen Download Page

####Linux Most distributions provide Doxygen through their repositories, but it is not always the most current version. On Ubuntu (and compatible distributions) you can use the Binary package from the Doxygen Download Page. How to build Doxygen from source is described in the Doxygen manual.

###Gawk Gawk is the GNU Awk interpreter available for Windows and GNU based systems.

####Windows Download the Gawk binary or setup package from http://gnuwin32.sourceforge.net/packages/gawk.htm You may want to add gawk.exe to your path, too. Simply copy gawk.exe to C:\Windows\, or add the path to gawk.exe to your PATH environment variable.

####Linux Most distributions have gawk installed by default. On Debian based systems you can use apt to install it, if it is missing: sudo apt-get install gawk

###GraphViz (optional)

Install GraphViz if you want nice graphs in your documentation.

Read more on http://www.stack.nl/~dimitri/doxygen/diagrams.html for Doxygen configuration options.

####Windows Simply install the MSI package from http://www.graphviz.org/Download_windows.php

####Linux If your Distribution does not provide GraphViz through a repository, you'll find precompiled packages and sources on the GraphViz download page.

Make sure you have "dot" in your path (test with which dot), or use the DOT_PATH option in your Doxyfile.