diff options
-rw-r--r-- | README | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -29,4 +29,20 @@ cd build cmake -G "Visual Studio 11 Win64" .. And then do Build. -Good luck!
\ No newline at end of file +Good luck! + + +Build documentation (Doxygen) : +Pequired Packages: +* doxygen +* graphviz (optional) + +From root code directory, execute : + + doxygen Doxyfile + +If you have installed *graphviz*, you can also generate in-doc diagrams : + + HAVE_DOT=YES doxygen Doxyfile + +The output will go in **doc/html/** |