diff options
author | Adrian Negreanu <adrian.m.negreanu@intel.com> | 2015-06-09 16:19:10 (GMT) |
---|---|---|
committer | Adrian Negreanu <adrian.m.negreanu@intel.com> | 2015-06-09 16:19:10 (GMT) |
commit | a0cd6a8e0c19a82e9662f96734c7ba21726794d0 (patch) | |
tree | d5919ec1f405015e3a8fe82bc32f6e8787b65306 | |
parent | a92e614ac697d5d1fe7f49bae00c7530afda62cb (diff) | |
download | Doxygen-a0cd6a8e0c19a82e9662f96734c7ba21726794d0.zip Doxygen-a0cd6a8e0c19a82e9662f96734c7ba21726794d0.tar.gz Doxygen-a0cd6a8e0c19a82e9662f96734c7ba21726794d0.tar.bz2 |
docs,build: specify cmake v3.0 as minimum required version.
-rw-r--r-- | BUILD.txt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ Doxygen uses cmake (http://www.cmake.org/) to build executables for various platforms. +It's required at least cmake version 3.0. The first step is to create a build directory where the output should be stored. Doxygen can be fully build outside of the source tree. |