doxygen installation on GNU/Linux

Prerequisite

We must be root to install the doxygen library (for centos).

Under ubuntu, we must be root only for make install.

Install in /opt/doxygen/1.7.2

./configure –prefix /opt/doxygen/1.7.2 –with-doxywizard

Results

cd /tmp/doxygen-1.7.2
./configure --prefix /opt/doxygen/1.7.2 --with-doxywizard
make

other option for configure: –enable-debug-log –enable-examples-build