diff options
author | Christoph Lipka <c-lipka@users.noreply.github.com> | 2016-04-13 17:42:54 (GMT) |
---|---|---|
committer | Christoph Lipka <c-lipka@users.noreply.github.com> | 2016-04-13 17:42:54 (GMT) |
commit | eec8d0a31161746041fc94ccbba5a54aecd8cf93 (patch) | |
tree | eb6685183e4ee07e60c56035dcf19087ea2a1784 | |
parent | 930fb8935329fab0748502bb0a692326c0e0038b (diff) | |
download | Doxygen-eec8d0a31161746041fc94ccbba5a54aecd8cf93.zip Doxygen-eec8d0a31161746041fc94ccbba5a54aecd8cf93.tar.gz Doxygen-eec8d0a31161746041fc94ccbba5a54aecd8cf93.tar.bz2 |
Fix Windows build instructions.
-rw-r--r-- | doc/install.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.doc b/doc/install.doc index a4225cf..16ed67c 100644 --- a/doc/install.doc +++ b/doc/install.doc @@ -183,7 +183,7 @@ cd into the \c doxygen-x.y.z directory, create and cd to a build directory \verbatim mkdir build cd build -cmake -G "Visual Studio 12 2013" +cmake -G "Visual Studio 12 2013" .. \endverbatim Note that compiling Doxywizard currently requires Qt version 4 |