X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=README.md;h=26e44f190932800bee1eac137d3963116d3dddff;hb=63c74af5519ae3db82627b9cd3b36bb2cfa3bd72;hp=841195846d5d6989adabff2f59608ddef14ef1ad;hpb=c68d53c4623b63ee20014a7eae0b9759a490c90e;p=anna.git diff --git a/README.md b/README.md index 8411958..26e44f1 100644 --- 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.