summaryrefslogtreecommitdiffstats
path: root/BUILD.txt
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-06-05 19:21:50 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-06-05 19:21:50 (GMT)
commitfaef77a87cecd703e3629a35d2e22efb07e682a0 (patch)
treec8626a89a766ca20ba318c40dbcb97fe87c7ea7b /BUILD.txt
parent4716f426332d02eb6841c509658b8a709cce9318 (diff)
downloadDoxygen-faef77a87cecd703e3629a35d2e22efb07e682a0.zip
Doxygen-faef77a87cecd703e3629a35d2e22efb07e682a0.tar.gz
Doxygen-faef77a87cecd703e3629a35d2e22efb07e682a0.tar.bz2
Allow selection of specific translators to compile in at build time
Diffstat (limited to 'BUILD.txt')
-rw-r--r--BUILD.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/BUILD.txt b/BUILD.txt
index a507beb..3f9d421 100644
--- a/BUILD.txt
+++ b/BUILD.txt
@@ -1,7 +1,7 @@
Doxygen uses cmake (http://www.cmake.org/) to build executables for various platforms.
The first step is to create a build directory where the output should be stored.
-Doxygen directory can be fully build outside of the source tree.
+Doxygen can be fully build outside of the source tree.
The second step is to invoke cmake from within the build directory with the desired generator.
@@ -27,11 +27,12 @@ Doxygen's cmake configuration provides a number of options:
- build_wizard Build the GUI frontend for doxygen.
- build_app Example showing how to embed doxygen in an application.
- build_xmlparser Example showing how to parse doxygen's XML output.
-- build_search Build external search tools (doxysearch and doxyindexer)
-- build_doc Build user manual
+- build_search Build external search tools (doxysearch and doxyindexer).
+- build_doc Build user manual.
- use_sqlite3 Add support for sqlite3 output [experimental].
- use_libclang Add support for libclang parsing.
-- win_static Link with /MT in stead of /MD on windows
+- win_static Link with /MT in stead of /MD on windows.
+- english_only Only compile in support for the English language.
An option can be turned on, by adding -D<option>=ON as a command line option, this can be
done when generating the initial build files, but also afterwards, i.e. to enable building