aboutsummaryrefslogtreecommitdiffstats
path: root/docs/gettingstarted/troubleshooting
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2023-09-13 10:22:57 +0200
committerDave Wallace <dwallacelf@gmail.com>2023-09-13 13:37:22 +0000
commitc142cd115b6e5c95faffd7735fbee835c8538089 (patch)
tree7e50a5c2281e3cf26537864796d523d93f2b6f0a /docs/gettingstarted/troubleshooting
parente462e543b2c672ec6869a9d3653605ea7084d565 (diff)
docs: mention how to build VPP outside git
Type: docs Change-Id: Iceee9ef489f7f68049882651bb338311295ca12d Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'docs/gettingstarted/troubleshooting')
-rw-r--r--docs/gettingstarted/troubleshooting/sanitizer.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/gettingstarted/troubleshooting/sanitizer.rst b/docs/gettingstarted/troubleshooting/sanitizer.rst
index 217f5e57182..d2c8b1181d6 100644
--- a/docs/gettingstarted/troubleshooting/sanitizer.rst
+++ b/docs/gettingstarted/troubleshooting/sanitizer.rst
@@ -14,8 +14,11 @@ AddressSanitizer
`AddressSanitizer <https://github.com/google/sanitizers/wiki/AddressSanitizer>`_ (aka ASan) is a memory
error detector for C/C++. Think Valgrind but much faster.
-In order to use it, VPP must be recompiled with ASan support. It is implemented as a cmake
-build option, so all VPP targets should be supported. For example:
+In order to use it, VPP must be recompiled with ASan support.
+See developer documentation on prerequisites for :ref:`building VPP <building>`.
+
+ASan support is implemented as a cmake build option,
+so all VPP targets should be supported. For example:
.. code-block:: console