# HG changeset patch
# User Andrey Skvortsov <andrej.skvortzov@gmail.com>
# Date 1533812414 -10800
# Node ID ba0fc3e73ce26c3b3e2655f326fd95a90666f557
# Parent  1bb8afa02409b1b3d0ee33cc957aad6ea51ddcd6
Update README with instruction to build BACnet library for BACnet support

diff -r 1bb8afa02409 -r ba0fc3e73ce2 README.md
--- a/README.md	Thu Aug 09 13:58:47 2018 +0300
+++ b/README.md	Thu Aug 09 14:00:14 2018 +0300
@@ -45,11 +45,11 @@
 * Build CanFestival (optional)  
   Only needed for CANopen support. Please read CanFestival manual to choose CAN interface other than 'virtual'.
 
-        cd ~/Beremiz
-        hg clone http://dev.automforge.net/CanFestival-3
-        cd ~/Beremiz/CanFestival-3
-        ./configure --can=virtual
-        make
+		cd ~/Beremiz
+		hg clone http://dev.automforge.net/CanFestival-3
+		cd ~/Beremiz/CanFestival-3
+		./configure --can=virtual
+		make
 
 * Build Modbus library (optional)
   Only needed for Modbus support.
@@ -59,6 +59,14 @@
 		cd ~/Beremiz/Modbus
 		make
 
+* Build BACnet (optional)
+  Only needed for BACnet support.
+
+		cd ~/Beremiz
+		svn checkout https://svn.code.sf.net/p/bacnet/code/trunk/bacnet-stack/ BACnet
+		cd BACnet
+		make MAKE_DEFINE='-fPIC' all
+
 * Launch Beremiz IDE
 
 		cd ~/Beremiz/beremiz