Added building section to readme

This commit is contained in:
Lewis Van Winkle 2016-12-07 15:44:18 -06:00 committed by GitHub
parent 58f8e88730
commit 9ffc3715f5
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ functions and little extra.
- Includes examples and test suite.
- 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
Four example programs are included with the source code.