--- 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'.
- hg clone http://dev.automforge.net/CanFestival-3
- cd ~/Beremiz/CanFestival-3
- ./configure --can=virtual
+ hg clone http://dev.automforge.net/CanFestival-3 + cd ~/Beremiz/CanFestival-3 + ./configure --can=virtual * Build Modbus library (optional)
Only needed for Modbus support.
@@ -59,6 +59,14 @@
+* Build BACnet (optional) + Only needed for BACnet support. + svn checkout https://svn.code.sf.net/p/bacnet/code/trunk/bacnet-stack/ BACnet + make MAKE_DEFINE='-fPIC' all