beremiz
Clone
Summary
Browse
Changes
Graph
Update build instruction for BACNet in README
2019-03-13, Andrey Skvortsov
92f0980888e8
Parents
fca79ca84272
Children
a3ec35ee94e7
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.
1 files changed, 2 insertions(+), 1 deletions(-)
+2
-1
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