Dynamic lib selection and deployment
[anna.git] / README.md
index 1b95114..29e3fef 100644 (file)
--- a/README.md
+++ b/README.md
@@ -53,6 +53,9 @@ Execute 'sudo scons uninstall'
 ### OpenLDAP:
      sudo apt-get install libldap2-dev
 
+### Pcap:
+     sudo apt-get install libpcap-dev
+
 ### MySql:
      sudo apt-get install libmysqlclient-dev
 
@@ -87,6 +90,6 @@ Execute 'sudo scons uninstall'
         sudo apt-get install libboost-test-dev
 
      Development module is no longer needed, but still unit testing is done through boost.
+     Pending migration to google test framework.