I tried to build cpptest on cygwin where I had NOT installed doxygen. It turns out that cpptest does not build if doxygen is not found. Can this be changed please? Surely if doxygen is missing all that is missed out is the doxygen-generated documentation?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2006-11-22
It will not fail if you do not enable doc processing when executing the configure script. The default is to not build any documentation, but you can state it explicitly by using the --disable-doc flag to the configure script. See './configure --help' for more information.
/ nilu
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I tried to build cpptest on cygwin where I had NOT installed doxygen. It turns out that cpptest does not build if doxygen is not found. Can this be changed please? Surely if doxygen is missing all that is missed out is the doxygen-generated documentation?
It will not fail if you do not enable doc processing when executing the configure script. The default is to not build any documentation, but you can state it explicitly by using the --disable-doc flag to the configure script. See './configure --help' for more information.
/ nilu