Build local copy of documentation

Is there a way to build a local copy of the doyxgen documentation?

git clone http://github.com/root-project/root.git root
mkdir build
cd build
cmake ../root 
. bin/thisroot.sh
make
cd ../root/documentation/doxygen
make

after that you can open in your web browser: ~/roodoc/html/index.html

Thank you. Do you happen to know what the earliest version of root is for which this will work?

If you go here it seems that 6.06 was the first one in the doxygen format.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.