summaryrefslogtreecommitdiffstats
path: root/doc/install.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install.doc')
-rw-r--r--doc/install.doc9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/install.doc b/doc/install.doc
index 295154f..fd4f28d 100644
--- a/doc/install.doc
+++ b/doc/install.doc
@@ -78,6 +78,7 @@ Compilation is now done by performing the following steps:
cd doxygen-$VERSION
mkdir build
+ cd build
<li>Run cmake with the makefile generator
@@ -89,11 +90,11 @@ Compilation is now done by performing the following steps:
If you have Qt-4.3 or higher installed and want to build the GUI
front-end, you should enable it as follows:
- cmake -Dbuild_wizard=YES
+ cmake -Dbuild_wizard=YES ..
For an overview of other configuration options use
- cmake -L
+ cmake -L ..
<li>Compile the program by running make:
@@ -105,7 +106,7 @@ Compilation is now done by performing the following steps:
<li>Optional: Generate the user manual.
- cmake -Dbuild_doc=YES
+ cmake -Dbuild_doc=YES ..
make docs
To let doxygen generate the HTML and PDF documentation.
@@ -182,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