Difference between revisions of "Help"

From BITPlan can4eve Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
cd can4eve/obdii
 
cd can4eve/obdii
 
./rebuild
 
./rebuild
 +
</source>
 +
= Starting =
 +
<source lang='bash'>
 +
cd can4eve/obdii
 +
java -jar target/com.bitplan.obdii-0.0.1-jar-with-dependencies.jar
 
</source>
 
</source>

Revision as of 18:36, 7 July 2017

Installation

To build can4eve you might want to run

git clone https://github.com/BITPlan/can4eve
cd can4eve/obdii
./rebuild

Starting

cd can4eve/obdii
java -jar target/com.bitplan.obdii-0.0.1-jar-with-dependencies.jar