diff options
| author | Petr Mrázek | 2011-03-18 06:07:13 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2011-03-18 06:07:13 +0100 |
| commit | 8c6222169962411257929d1c21a954d5b4d2ac03 (patch) | |
| tree | 333cdc67e55d526852a6a3d2e83d471d65446b46 /Compile.html | |
| parent | 2911b203ce0f2de2089430a1ba5967ca5f26aa31 (diff) | |
| download | dfhack-8c6222169962411257929d1c21a954d5b4d2ac03.tar.gz dfhack-8c6222169962411257929d1c21a954d5b4d2ac03.tar.bz2 dfhack-8c6222169962411257929d1c21a954d5b4d2ac03.tar.xz | |
Doxygen integration, better defaults for the generated build system.
Diffstat (limited to 'Compile.html')
| -rw-r--r-- | Compile.html | 6 |
1 files changed, 3 insertions, 3 deletions
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 </pre> -<p>This will build the library and its tools and place them in <tt class="docutils literal">/output</tt>.</p> +<p>This will build the library and its tools and place them in a sub-directory <tt class="docutils literal">bin</tt> inside your build directory.</p> <p>Alternatively, you can use ccmake instead of cmake:</p> <blockquote> cd build @@ -379,7 +379,7 @@ ccmake .. make</blockquote> <p>This will show a curses-based interface that lets you set all of the extra options.</p> -<p>You can also use a cmake-friendly IDE like KDevelop 4 or the cmake GUI +<p>You can also use a cmake-friendly IDE like KDevelop 4 or the cmake-gui program.</p> <p>To be installed into the system or packaged:</p> <pre class="literal-block"> @@ -434,7 +434,7 @@ cmake .. <p class="last">You are working in the <tt class="docutils literal">/build</tt> 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 <tt class="docutils literal">cmake</tt> on them!</p> +by changing the CMakeLists.txt files and running <tt class="docutils literal">cmake</tt>!</p> </div> </div> <div class="section" id="using-some-other-compiler"> |
