From 8c6222169962411257929d1c21a954d5b4d2ac03 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Fri, 18 Mar 2011 06:07:13 +0100 Subject: Doxygen integration, better defaults for the generated build system. --- Compile.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Compile.html') diff --git a/Compile.html b/Compile.html index 8e91e15f..8f271a65 100644 --- a/Compile.html +++ b/Compile.html @@ -371,7 +371,7 @@ cd build cmake .. -DCMAKE_BUILD_TYPE:string=Release make -

This will build the library and its tools and place them in /output.

+

This will build the library and its tools and place them in a sub-directory bin inside your build directory.

Alternatively, you can use ccmake instead of cmake:

cd build @@ -379,7 +379,7 @@ ccmake .. make

This will show a curses-based interface that lets you set all of the extra options.

-

You can also use a cmake-friendly IDE like KDevelop 4 or the cmake GUI +

You can also use a cmake-friendly IDE like KDevelop 4 or the cmake-gui program.

To be installed into the system or packaged:

@@ -434,7 +434,7 @@ cmake ..
 

You are working in the /build folder. Files added to projects from within MSVC will end up there! (and that's wrong). Any changes to the build system should be done -by changing cmake configs and running cmake on them!

+by changing the CMakeLists.txt files and running cmake!

-- cgit v1.2.1