Doxygen
Pieter PThese are instructions to build Doxygen from source.
doxygen.sh
cd /tmpgit clone --branch Release_1_8_18 --depth 1 https://github.com/doxygen/doxygen.gitmkdir doxygen/build && cd doxygen/buildcmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=$HOME/.local ..make -j`nproc`make install
Make sure that ~/.local/bin is in your $PATH.
You can download the shell script here: doxygen.sh
Tested on
- Ubuntu 16.04
- Ubuntu 18.04
- Ubuntu 19.10
- CentOS 7