diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-24 08:13:15 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-24 08:13:15 +0000 |
commit | 8dab615d7d44d65eedafc26ee682d79123b57b41 (patch) | |
tree | 1c2ede8e2ab31867daffac42bc6453faeb4f0fc2 /doc/rt/readme.txt | |
parent | a1052ff43eb30723fcc801f6d3dcc637e1463145 (diff) | |
download | ChibiOS-8dab615d7d44d65eedafc26ee682d79123b57b41.tar.gz ChibiOS-8dab615d7d44d65eedafc26ee682d79123b57b41.tar.bz2 ChibiOS-8dab615d7d44d65eedafc26ee682d79123b57b41.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7529 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc/rt/readme.txt')
-rw-r--r-- | doc/rt/readme.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/rt/readme.txt b/doc/rt/readme.txt new file mode 100644 index 000000000..9924d779f --- /dev/null +++ b/doc/rt/readme.txt @@ -0,0 +1,11 @@ +*** Documentation build procedure ***
+
+The following software must be installed:
+- Doxygen 1.7.4 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 Doxywizard.
+- Load ./docs/Doxyfile_html or ./docs/Doxyfile_chm from Doxywizard.
+- Start.
|