beremiz

Parents 1bb8afa02409
Children 068ccc02f5f2
Update README with instruction to build BACnet library for BACnet support
  • +13 -5
    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