added config
[nao-ulib.git] / INSTALL
blob1908334271f512ee16606874299fc3f00e2617a4
1 Installation guideline
2 ----------------------
4  $ cd src/
5  $ make
7  Then copy the .so in your build environment and include the
8  nao.h from src/ with the include path to the src/ dir. Done!
10  Note that you can only use this lib, if your code is GPLv2!
11  Before inclusion of nao.h, you need to define the CODE_IS_GPL
12  symbol, i.e. ...
14   #define CODE_IS_GPL
15   #include "nao.h"
17  ... and you're good to go.