Migrate boost unit test to google test with cmake (ctest)
[anna.git] / README.md
index 8411958..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
 
@@ -27,12 +27,15 @@ Execute 'scons example' to generate example binaries
 
 ## Install
 
-Execute 'scons install'
-(install-include-and-lib and install-example, are another aliases for selective installation)
+Execute 'sudo scons install-include'         for only headers                   
+Execute 'sudo scons install-lib'             for only libraries                 
+Execute 'sudo scons install-include-and-lib' for headers & libraries            
+Execute 'sudo scons install-example'         for only example binaries/resources
+Execute 'sudo scons install'                 to install the whole suite         
 
 ## Uninstall
 
-Execute 'scons uninstall'
+Execute 'sudo scons uninstall'
 
 
 
@@ -50,6 +53,9 @@ Execute 'scons uninstall'
 ### OpenLDAP:
      sudo apt-get install libldap2-dev
 
+### Pcap:
+     sudo apt-get install libpcap-dev
+
 ### MySql:
      sudo apt-get install libmysqlclient-dev
 
@@ -84,6 +90,6 @@ Execute '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.