Skip to content

Commit

Permalink
Minor update to the installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Dec 31, 2015
1 parent 295a467 commit 840d3d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/install.doc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:

Expand Down

0 comments on commit 840d3d1

Please sign in to comment.