diff options
Diffstat (limited to 'doc/readme.txt')
-rwxr-xr-x | doc/readme.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/readme.txt b/doc/readme.txt new file mode 100755 index 000000000..71ed457f3 --- /dev/null +++ b/doc/readme.txt @@ -0,0 +1,10 @@ +*** Documentation build procedure ***
+
+The following software must be installed:
+- Doxygen 1.8.8 or later.
+- Graphviz 2.26.3 or later. The ./bin directory must be specified in the path
+ in order to make Graphviz accessible by Doxygen.
+
+Build procedure:
+- Run: doxygen Doxyfile_html or Doxyfile_chm
+
|