add info on how to build doxygen doc with autotools
This commit is contained in:
parent
2a4563a677
commit
3eab8f975e
6
INSTALL
6
INSTALL
|
@ -30,6 +30,12 @@ If 'configure' does not find a library or header file,
|
||||||
or to see available configure options, please try
|
or to see available configure options, please try
|
||||||
'./configure --help'.
|
'./configure --help'.
|
||||||
|
|
||||||
|
Note: if Doxygen is found on your system, a target 'docs'
|
||||||
|
will automatically be created in 'doc/Makefile'. To build
|
||||||
|
the documentation (it will create an 'html' directory):
|
||||||
|
cd doc
|
||||||
|
make docs
|
||||||
|
|
||||||
2) Using cmake (see www.cmake.org)
|
2) Using cmake (see www.cmake.org)
|
||||||
|
|
||||||
Type:
|
Type:
|
||||||
|
|
Loading…
Reference in New Issue