First commit
[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 to build proffesional applications with minimum cost.
4
5 Revision control
6 ================
7 Based on GIT, hosted on www.bitbucket.org.
8 Copy or link 'pre-commit.sh' to '.git/hooks/pre-commit' if you want to do some basic checkings (i.e. astyle code processing)
9
10 Documentation
11 =============
12 Execute 'scons doc'
13
14 Unit tests
15 ==========
16 Execute 'scons test'
17
18 Examples
19 ========
20 Execute 'scons examples' to generate example binaries
21
22 Install
23 =======
24 Execute 'scons install'
25 (install-include-and-lib and install-example, are another aliases for selective installation)
26
27 Uninstall
28 =========
29 Execute 'scons uninstall'