From ba3f44596609476ad49be0deca58bfd60b65453b Mon Sep 17 00:00:00 2001 From: skarg Date: Wed, 25 Jan 2006 21:58:45 +0000 Subject: [PATCH] created file. --- bacnet-stack/doc/README.build | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bacnet-stack/doc/README.build diff --git a/bacnet-stack/doc/README.build b/bacnet-stack/doc/README.build new file mode 100644 index 00000000..2771a749 --- /dev/null +++ b/bacnet-stack/doc/README.build @@ -0,0 +1,12 @@ +BACnet Stack +Developer Build + +This BACnet Stack is designed as a library for an embedded product. +However, there are a number of demos in the demo/ directory that +show how it can be used for client and server applications. + +The demos can be built using makefiles in the root directory, or by +using individual makefiles in the demo directories. + + +