X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=README.md;h=29e3fef4d0072861b2b4c7b1c8feed7810e90643;hb=1ac015cbbcd331edc3c14de26290d669d91e4e53;hp=c41ea3c567bcb4d4977994ba016b73d51120328e;hpb=3b3b8391d183ab368941a692062815a77fa7b902;p=anna.git diff --git a/README.md b/README.md index c41ea3c..29e3fef 100644 --- 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.