* Building, Running and Testing HTCondor with the Address Sanitizer (asan) under Linux
+0: on your build container/server, install asan libraries if not already there; e.g. on Centos, do
+{code}
+yum install -y libasan
+{endcode}
+
1: cd to a checked out source directory
{code}
cd condor
