ci: build ndn-cxx with AddressSanitizer

Change-Id: I706ab29efe61c17511b87b477151d9a2a8e055bc
diff --git a/INSTALL.md b/INSTALL.md
index 5ebf050..a4a325c 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -8,7 +8,7 @@
    Please see [Getting Started with ndn-cxx](https://named-data.net/doc/ndn-cxx/current/INSTALL.html)
    for how to install ndn-cxx.
    Note: If you have installed ndn-cxx from a binary package, please make sure development headers
-   are installed (if using Ubuntu PPA, `libndn-cxx-dev` package is needed).
+   are installed (e.g., if using Ubuntu PPA, the `libndn-cxx-dev` package is needed).
 
    Any operating system and compiler supported by ndn-cxx is supported by ndn-tools.
 
@@ -18,7 +18,12 @@
 
     On Ubuntu:
 
-        sudo apt-get install libpcap-dev
+        sudo apt install libpcap-dev
+
+    On CentOS and Fedora:
+
+        sudo dnf config-manager --enable PowerTools  # CentOS only
+        sudo dnf install libpcap-devel
 
 ## Build Steps