From ac8ca3d6e52d2e0d83285329b9f70174d3d75ae8 Mon Sep 17 00:00:00 2001
From: skarg
$ make clean all
@@ -183,7 +185,7 @@
The demos can be compiled under Win32 using Borland C++ or
Microsoft Visual C++, both of which
are free (as in beer) command line compilers. Be sure to pick up the free
- patches (service packs) for the Borland C++ compiler (SP1, SP2), as well as the free turbo debugger. It might also be possible to create Win32 projects using the free Visual Studio Express Edition or MinGW - Minimalist GNU for Windows, but I have haven't tried it. I have used Code::Blocks for compiling the unit tests using the MinGW compiler, but have not tried to get the demos working with MinGW. I have used Code::Blocks with the Borland C++ compiler and it successfully compiles the code.
+ patches (service packs) for the Borland C++ compiler (SP1, SP2), as well as the free turbo debugger. It is also possible to create Win32 projects using the free Visual Studio Express Edition after downloading the platform development kit for your operating system. You can also use MinGW - Minimalist GNU for Windows which comes with Code::Blocks. I frequently use Code::Blocks for compiling the unit tests using the MinGW compiler and created some Code::Block projects for some of the demos. I have also used Code::Blocks with the Borland C++ compiler and it successfully compiles and runs the code.
There is a Makefile in the ports/rtos32 directory, and a sample
application that runs under RTOS-32.
@@ -288,7 +290,7 @@
Read Property Multiple
-
- -
+ Yes
Read Property Conditional
@@ -420,7 +422,7 @@
If you want to help out on this project, join the developers mailing list, introduce yourself, and tell us what you would like to do.
If you are trying to implement a BACnet device or service using this project,
- you are welcome to join the developers mailing list as well.
+ you are welcome to join the same developers mailing list as well.
More details about the project can be found on
the BACnet Source Forge Project Page
@@ -446,8 +448,8 @@
To check out the trunk, use "svn co", e.g.
svn co https://bacnet.svn.sourceforge.net/svnroot/bacnet/trunk/bacnet-stack/
- or
- svn co https://bacnet.svn.sourceforge.net/svnroot/bacnet/tags/bacnet-stack-0-3-0/
+ or for the stable releases:
+ svn co https://bacnet.svn.sourceforge.net/svnroot/bacnet/tags/bacnet-stack-0-3-3/
BACnet Developer Resources
@@ -507,6 +509,6 @@ access layer. BACnetSim is a fork of bacnet-stack-0.0.1
BACnet® are registered trademarks of the American
Society of Heating, Refrigerating and Air-Conditioning Engineers, Inc.,
1791 Tullie Circle NE, Atlanta, GA 30329.
- Website updated 2-Apr-2007 by Steve Karg
+ Website updated 21-Jul-2007 by Steve Karg