Update README.md

This commit is contained in:
Steve Karg
2020-03-12 20:48:29 -05:00
committed by GitHub
parent 8ef03cf58d
commit 92645a9aaa
+6 -3
View File
@@ -72,13 +72,16 @@ layer for communication by default, but could be compiled to use BACnet
Ethernet, ARCNET, or MS/TP. Ethernet, ARCNET, or MS/TP.
Linux/Unix/Cygwin Linux/Unix/Cygwin
$ make clean all
$ make clean all
Windows MinGW Bash Windows MinGW Bash
$ make win32
$ make win32
Windows Command Line Windows Command Line
c:> build.bat
c:> build.bat
The BACnet stack can be compiled by a variety of compilers. The most common 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 free compiler is GCC (or MinGW under Windows). The makefiles use GCC by