# HG changeset patch # User Andrey Skvortsov # Date 1552475671 -10800 # Node ID 92f0980888e8fa772702ee0b4d13e18d3835a4a8 # Parent fca79ca842728f1e74ec14baf1d2fe57e3033e99 Update build instruction for BACNet in README in r3189 Steve added new feature to bacnet-stack: network port - to access configuration and properties of network ports of a device. https://sourceforge.net/p/bacnet/code/3189/ It's not implemented by Beremiz. diff -r fca79ca84272 -r 92f0980888e8 README.md --- a/README.md Wed Mar 13 14:11:13 2019 +0300 +++ b/README.md Wed Mar 13 14:14:31 2019 +0300 @@ -66,7 +66,8 @@ cd ~/Beremiz svn checkout https://svn.code.sf.net/p/bacnet/code/trunk/bacnet-stack/ BACnet cd BACnet - make MAKE_DEFINE='-fPIC' all + make MAKE_DEFINE='-fPIC' MY_BACNET_DEFINES='-DPRINT_ENABLED=1 -DBACAPP_ALL -DBACFILE -DINTRINSIC_REPORTING -DBACNET_TIME_MASTER -DBACNET_PROPERTY_LISTS=1 -DBACNET_PROTOCOL_REVISION=16' library + * Launch Beremiz IDE