From 9ffc3715f5ec701261b5426643f188565508b985 Mon Sep 17 00:00:00 2001 From: Lewis Van Winkle Date: Wed, 7 Dec 2016 15:44:18 -0600 Subject: [PATCH] Added building section to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b8ce22e..272f0b9 100644 --- a/README.md +++ b/README.md @@ -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.