From 92645a9aaa4d64e4189ff0770478ffefa8dccdd5 Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Thu, 12 Mar 2020 20:48:29 -0500 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d82c0b35..1b3640bd 100644 --- a/README.md +++ b/README.md @@ -72,13 +72,16 @@ layer for communication by default, but could be compiled to use BACnet Ethernet, ARCNET, or MS/TP. Linux/Unix/Cygwin -$ make clean all + + $ make clean all Windows MinGW Bash -$ make win32 + + $ make win32 Windows Command Line -c:> build.bat + + c:> build.bat The BACnet stack can be compiled by a variety of compilers. The most common free compiler is GCC (or MinGW under Windows). The makefiles use GCC by