diff options
| author | Antonin Descampe <antonin@gmail.com> | 2010-11-11 11:36:10 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2010-11-11 11:36:10 +0000 |
| commit | 3eab8f975e0ee4fbcfcf47c486d35217f65d50d1 (patch) | |
| tree | 09cd8f46ef9f28850fe2f054b152ef84825987d8 | |
| parent | 2a4563a677656e3071be9ac07c7ae83b5b379498 (diff) | |
add info on how to build doxygen doc with autotools
| -rw-r--r-- | INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -30,6 +30,12 @@ If 'configure' does not find a library or header file, or to see available configure options, please try './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) Type: |
