<br> on readme

This commit is contained in:
blackwiz4rd 2021-03-03 19:08:53 +01:00
parent 5b7d55de37
commit 442445137f
1 changed files with 7 additions and 2 deletions

View File

@ -7,17 +7,22 @@ This tool is based on [RISE V2G shared library](https://github.com/V2GClarity/RI
A release is available with a compiled Java Runtime binary there: https://github.com/FlUxIuS/V2Gdecoder/releases
## How to compile
Install maven
Install maven.
Build risev2g (or use utilities/rise-v2g-shared-1.2.6.jar):
```
git clone https://github.com/V2GClarity/RISE-V2G/
cd RISE-V2G/RISE-V2G-PARENT
mvn install
```
Now copy RISE-V2G-Shared in our project:
```cp RISE-V2G/RISE-V2G-Shared/target/rise-v2g-shared-1.2.6.jar src/lib/com.v2gclarity.risev2g/```
To compile
To compile:
```mvn package```
## How to use