pre-commit helper
[anna.git] / README.md
1 ANNA
2 ====
3 ANNA is the acronym for "ANNA is not 'N' anymore", a complete suite of tools and resources
4  to build proffesional applications with minimum cost.
5
6 Revision control
7 ================
8 Based on GIT, hosted on www.bitbucket.org.
9
10 You could use my pre-commit specific template if you want to do some basic checkings (i.e.
11  astyle code processing): Execute './scr/git/use-pre-commit.sh'
12
13 Documentation
14 =============
15 Execute 'scons doc'
16
17 Unit tests
18 ==========
19 Execute 'scons test'
20
21 Examples
22 ========
23 Execute 'scons examples' to generate example binaries
24
25 Install
26 =======
27 Execute 'scons install'
28 (install-include-and-lib and install-example, are another aliases for selective installation)
29
30 Uninstall
31 =========
32 Execute 'scons uninstall'