瀏覽代碼

Update README.md

FlorianPalm 11 年之前
父節點
當前提交
587a697c38
共有 1 個文件被更改,包括 14 次插入1 次删除
  1. 14 1
      README.md

+ 14 - 1
README.md

@@ -22,6 +22,19 @@ $ make
 $ sudo make install
 $ sudo make install
 $ sudo ldconfig
 $ sudo ldconfig
 ```
 ```
+##### Getting and using Doxygen
+* install the needed packages
+```bash
+sudo apt-get install graphviz doxygen:
+```
+* configure autotools, clean and build:
+```bash
+$ ./configure --enable-doxygen
+$ make clean
+$ make all
+```
+* the output is generated in doc/html/index.htm
+* configure the output of Doxygen with doc/Doxygen.in file
 
 
 ### Windows
 ### Windows
 ##### Getting MinGW and MSYS:
 ##### Getting MinGW and MSYS:
@@ -70,4 +83,4 @@ $ make check
 * --enable-debug=(yes|no|verbose) - omit/include debug code
 * --enable-debug=(yes|no|verbose) - omit/include debug code
 * --enable-multithreading - enable pthreads (for examples/src/opcuaServerMT)
 * --enable-multithreading - enable pthreads (for examples/src/opcuaServerMT)
 * --enable-doxygen - make documentation as well
 * --enable-doxygen - make documentation as well
-* --enable-coverage - profiling with gcov,lcov, make check will generate reports in tests/coverage 
+* --enable-coverage - profiling with gcov,lcov, make check will generate reports in tests/coverage