Skip to content

Instantly share code, notes, and snippets.

@neoblizz
Created November 21, 2022 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neoblizz/849c0eb53bbe826e5f4b873cb74dc722 to your computer and use it in GitHub Desktop.
Save neoblizz/849c0eb53bbe826e5f4b873cb74dc722 to your computer and use it in GitHub Desktop.
Install Latest Doxygen (UNIX)

I got Doxygen version 1.9.6 (6bc5f864d0c847a74944d6e9e4a42346e8c18b28) to build using the following instructions on Ubuntu 18.04.

sudo apt-get install graphviz bison flex
git clone https://github.com/doxygen/doxygen.git
cd doxygen
mkdir build
cd build
cmake -G "Unix Makefiles" ..
# Default installation at /usr/local/bin/doxygen
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment