First cmake commit. Still coexisting with scons.
[anna.git] / README.md
index 1b95114..26e44f1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ ANNA is a complete suite of tools and resources to build proffesional applicatio
 Based on GIT, hosted on http://redmine.teslayout.com
 
 You could use my pre-commit specific template if you want to do some basic checkings (i.e.
- astyle code processing): Execute './scr/git/use-pre-commit.sh'
+ astyle code processing): Execute './scripts/git/use-pre-commit.sh'
 
 ## Documentation
 
@@ -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.