README.md
changeset 2276 ba0fc3e73ce2
parent 2253 b0418bb13527
child 2292 7c34d6f9d59b
--- 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