README
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. Create MySQL Cluster user documentation from source code
  2. --------------------------------------------------------
  3. (All these require Doxygen.) 
  4. * make clean
  5.   Remove all generated documentation and tmp files
  6. * make ndbapidoc
  7.   Makes the NDB API Programmer's Guide (in HTML)
  8. * make ndbapipdf
  9.   Makes the NDB API Programmer Guide (in PDF)
  10. * make mgmapidoc
  11.   Makes the MGM API Reference Manual (in HTML)
  12. * make mgmapipdf
  13.   Makes the MGM API Reference Manual (in PDF)
  14. * make ndbdoc
  15.   Makes source code browser for NDB Cluster (in HTML)
  16.   (Requires Graphviz.)
  17. Doxygen and Graphviz can be found at:
  18.   http://www.doxygen.org
  19. or at (for Red Hat 9.0 RPMs):
  20.   http://dentrassi.de/download/doxygen/
  21. --
  22. lars@mysql.com