Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tools:canutils [2015/11/11 19:13]
darron [CAN utils for Linux]
tools:canutils [2022/12/07 13:17] (current)
darron [Install]
Line 4: Line 4:
  
 === Install === === Install ===
- 
-Install autoconf and libtools. 
  
 <code> <code>
-git clone https://github.com/linux-can/can-utils.git +apt install can-utils
-cd can-utils +
-wget http://hg.kewl.org/pub/can-can/raw-file/c2c535877f32/test/cangen.diff +
-patch < cangen.diff +
-./autogen.sh +
-./configure --prefix=/usr/local +
-make +
-make install+
 </code> </code>
 +