diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2019-04-08 01:08:53 +0000 |
|---|---|---|
| committer | Bryce Harrington <bryce@bryceharrington.org> | 2019-04-08 01:08:53 +0000 |
| commit | 48f159b030b166f00fffad60fe7f7e4508b5945d (patch) | |
| tree | 7cf952e37abe64a767e96e75ed04ecd69f9ffd0b /INSTALL.md | |
| parent | Fix build with WITH_DBUS. (diff) | |
| download | inkscape-48f159b030b166f00fffad60fe7f7e4508b5945d.tar.gz inkscape-48f159b030b166f00fffad60fe7f7e4508b5945d.zip | |
INSTALL: Improve cmake invocation examples
The directions advise the user to run cmake from a build/ directory, so
the example should assume this.
Add an example for building with debug symbols. We want to make it easy
for people to help us figure out bugs. :-)
Diffstat (limited to 'INSTALL.md')
| -rw-r--r-- | INSTALL.md | 6 |
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 .. |
