summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index c0eb85609..aff5207ae 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -58,4 +58,8 @@ or, for more advanced cmake settings:
For example, to build inkscape with only SVG 1 support, and no SVG 2, do:
- $ cmake . -DWITH_SVG2=OFF
+ $ cmake .. -DWITH_SVG2=OFF
+
+Or, to build inkscape with debugging symbols, do:
+
+ $ cmake -DCMAKE_BUILD_TYPE=Debug ..