From 840d3d18a172edaf92f7780340b1aee4198846fe Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Thu, 31 Dec 2015 09:56:24 +0100 Subject: Minor update to the installation instructions --- doc/install.doc | 5 +++-- 1 file 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
  • 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 ..
  • Compile the program by running make: -- cgit v0.12