Difference between revisions of "Help"

From BITPlan can4eve Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
= Prerequisites =
 
= Prerequisites =
 +
* [http://www.oracle.com/technetwork/pt/java/javase/downloads/jdk8-downloads-2133151.html Oracle JDK 8 ]
 +
* [https://maven.apache.org/install.html Maven 3]
  
 
= Installation =
 
= Installation =
Line 8: Line 10:
 
./rebuild
 
./rebuild
 
</source>
 
</source>
 
+
after a while you should see
 +
<source lang='bash'>
 +
[INFO] ------------------------------------------------------------------------
 +
...
 +
[INFO] com.bitplan.can4eve ................................ SUCCESS [  1.510 s]
 +
[INFO] com.bitplan.elm327 ................................. SUCCESS [  3.983 s]
 +
[INFO] com.bitplan.can4eve.can4eve ........................ SUCCESS [  5.918 s]
 +
[INFO] com.bitplan.obdii .................................. SUCCESS [  8.667 s]
 +
[INFO] ------------------------------------------------------------------------
 +
[INFO] BUILD SUCCESS
 +
...
 +
</source>
 
= Starting =
 
= Starting =
 
<source lang='bash'>
 
<source lang='bash'>

Revision as of 18:38, 7 July 2017

Prerequisites

Installation

To build can4eve you might want to run

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

after a while you should see

[INFO] ------------------------------------------------------------------------
...
[INFO] com.bitplan.can4eve ................................ SUCCESS [  1.510 s]
[INFO] com.bitplan.elm327 ................................. SUCCESS [  3.983 s]
[INFO] com.bitplan.can4eve.can4eve ........................ SUCCESS [  5.918 s]
[INFO] com.bitplan.obdii .................................. SUCCESS [  8.667 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
...

Starting

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