README.md
changeset 2276 ba0fc3e73ce2
parent 2253 b0418bb13527
child 2292 7c34d6f9d59b
equal deleted inserted replaced
2275:1bb8afa02409 2276:ba0fc3e73ce2
    43 		make
    43 		make
    44 
    44 
    45 * Build CanFestival (optional)  
    45 * Build CanFestival (optional)  
    46   Only needed for CANopen support. Please read CanFestival manual to choose CAN interface other than 'virtual'.
    46   Only needed for CANopen support. Please read CanFestival manual to choose CAN interface other than 'virtual'.
    47 
    47 
    48         cd ~/Beremiz
    48 		cd ~/Beremiz
    49         hg clone http://dev.automforge.net/CanFestival-3
    49 		hg clone http://dev.automforge.net/CanFestival-3
    50         cd ~/Beremiz/CanFestival-3
    50 		cd ~/Beremiz/CanFestival-3
    51         ./configure --can=virtual
    51 		./configure --can=virtual
    52         make
    52 		make
    53 
    53 
    54 * Build Modbus library (optional)
    54 * Build Modbus library (optional)
    55   Only needed for Modbus support.
    55   Only needed for Modbus support.
    56 
    56 
    57 		cd ~/Beremiz
    57 		cd ~/Beremiz
    58 		hg clone https://bitbucket.org/mjsousa/modbus Modbus
    58 		hg clone https://bitbucket.org/mjsousa/modbus Modbus
    59 		cd ~/Beremiz/Modbus
    59 		cd ~/Beremiz/Modbus
    60 		make
    60 		make
       
    61 
       
    62 * Build BACnet (optional)
       
    63   Only needed for BACnet support.
       
    64 
       
    65 		cd ~/Beremiz
       
    66 		svn checkout https://svn.code.sf.net/p/bacnet/code/trunk/bacnet-stack/ BACnet
       
    67 		cd BACnet
       
    68 		make MAKE_DEFINE='-fPIC' all
    61 
    69 
    62 * Launch Beremiz IDE
    70 * Launch Beremiz IDE
    63 
    71 
    64 		cd ~/Beremiz/beremiz
    72 		cd ~/Beremiz/beremiz
    65 		python Beremiz.py
    73 		python Beremiz.py