From 80c0d0d044b6cc39f93d158eb1ea84eeb5854b84 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 27 Feb 2018 18:09:54 +0100 Subject: Document sanitizer support feature + typo --- docs/setting-up-dev-env.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/setting-up-dev-env.md b/docs/setting-up-dev-env.md index 82d823bf..b11f69ee 100644 --- a/docs/setting-up-dev-env.md +++ b/docs/setting-up-dev-env.md @@ -7,7 +7,7 @@ Multiple choices are available for developing the Kube project: ## Manually -- If sink is not in you repositories: +- If sink is not in your repositories: - Install the dependencies of Sink: - extra-cmake-modules - qt5-qtbase-devel / qtbase5-dev @@ -22,6 +22,10 @@ Multiple choices are available for developing the Kube project: - Install the Kube project: - `mkdir build && cd build && cmake .. && make && sudo make install` +You can also set the `SANITIZE_ADDRESS`, `SANITIZE_MEMORY`, `SANITIZE_THREAD` +and/or `SANITIZE_UNDEFINED` cmake options to build the executables with the +corresponding sanitizer(s) support. + If you did not install sink in the `/usr` directory, you might need to set the `QT_PLUGIN_PATH` variable to something like this: `$SINK_INSTALL_PREFIX/lib/plugins`. -- cgit v1.2.3