readme enhancement

This commit is contained in:
blackwiz4rd 2021-03-03 19:07:01 +01:00
parent 0e5f2e0160
commit 5b7d55de37
1 changed files with 5 additions and 3 deletions

View File

@ -9,9 +9,11 @@ A release is available with a compiled Java Runtime binary there: https://github
## How to compile
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```
```
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/```