From dac7e45a4474e7f32872e73c3ab0c5db4f071076 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Tue, 10 Aug 2010 01:21:47 +0200 Subject: Fix Readme and Compile documents. --- Compile.html | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) (limited to 'Compile.html') diff --git a/Compile.html b/Compile.html index 1e418054..06ab65b9 100644 --- a/Compile.html +++ b/Compile.html @@ -425,11 +425,27 @@ compiler.
dfhack has a few build targets:
-If you're only after the library run make dfhack.
+make will build everything.
+make expbench will build the expbench testing program and the +library.
+Some of the utilities and the doxygen documentation won't be +normally built. You can enable them by specifying some extra +CMake variables:
++BUILD_DFHACK_DOCUMENTATION - generate the documentation (really bad) +BUILD_DFHACK_EXAMPLES - build tools from tools/examples +BUILD_DFHACK_PLAYGROUND - build tools from tools/playground ++
Example:
++cmake .. -DBUILD_DFHACK_EXAMPLES=ON ++