Dynamic lib selection and deployment
[anna.git] / README.md
index c41ea3c..29e3fef 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ ANNA is a complete suite of tools and resources to build proffesional applicatio
 
 ## Revision control
 
-Based on GIT, hosted on www.bitbucket.org.
+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'
@@ -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
 
@@ -83,6 +89,7 @@ Execute 'scons uninstall'
         sudo apt-get install libboost-dev
         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.