summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-12-31 08:56:24 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-12-31 08:56:24 (GMT)
commit840d3d18a172edaf92f7780340b1aee4198846fe (patch)
treef7504e7bb9396630391fce9226b12fe8f8d67ac4
parent295a467a2ebee260d95c7bb3e3c616554b7782b1 (diff)
downloadDoxygen-840d3d18a172edaf92f7780340b1aee4198846fe.zip
Doxygen-840d3d18a172edaf92f7780340b1aee4198846fe.tar.gz
Doxygen-840d3d18a172edaf92f7780340b1aee4198846fe.tar.bz2
Minor update to the installation instructions
-rw-r--r--doc/install.doc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/install.doc b/doc/install.doc
index 295154f..a4225cf 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: