diff options
| author | monero-project <sempre.amaro@gmail.com> | 2014-06-04 10:16:24 -0400 |
|---|---|---|
| committer | monero-project <sempre.amaro@gmail.com> | 2014-06-04 10:16:24 -0400 |
| commit | cf8ac2c8f1b5733c1cf9ddaa814fca249697dbaa (patch) | |
| tree | f49ff03e793a451e324e0b913b0d762f627e8bc5 /README | |
| parent | 24b4f47413bf9e1874ff01866b7dc50cd41c415a (diff) | |
| parent | 65f4782efd556ccd42b71a114349d544426b2691 (diff) | |
| download | monzero-core-cf8ac2c8f1b5733c1cf9ddaa814fca249697dbaa.tar.gz monzero-core-cf8ac2c8f1b5733c1cf9ddaa814fca249697dbaa.tar.xz monzero-core-cf8ac2c8f1b5733c1cf9ddaa814fca249697dbaa.zip | |
Merge pull request #22 from Neozaru/master
Added Doxyfile for future documentation
Diffstat (limited to 'README')
| -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/** |
