mirror of https://github.com/codeplea/genann
Added building section to readme
This commit is contained in:
parent
58f8e88730
commit
9ffc3715f5
|
@ -21,6 +21,10 @@ functions and little extra.
|
||||||
- Includes examples and test suite.
|
- Includes examples and test suite.
|
||||||
- Released under the zlib license - free for nearly any use.
|
- Released under the zlib license - free for nearly any use.
|
||||||
|
|
||||||
|
##Building
|
||||||
|
|
||||||
|
Genann is self-contained in two files: `genann.c` and `genann.h`. To use Genann, simply add those two files to your project.
|
||||||
|
|
||||||
##Example Code
|
##Example Code
|
||||||
|
|
||||||
Four example programs are included with the source code.
|
Four example programs are included with the source code.
|
||||||
|
|
Loading…
Reference in New Issue