Skip to content

Commit 8ed0562

Browse files
author
Hubert MARTEAU
authored
Update README.md
1 parent f87822b commit 8ed0562

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,28 @@ https://github.com/SimplyUb/MultiChainJavaAPI
1414
These compilation instructions have been tested on Windows 7.0 and Ubuntu 12.4 x64 only with Java 1.7.0_80
1515

1616

17-
## Dependecies
17+
## Dependencies
1818

1919
* Java 1.7.0 is needed, upper version should be compatible.
2020
* All other dependencies are managed by Maven.
2121

22+
## Installation
23+
```
24+
.\install.sh
25+
```
26+
or manually :
27+
```
28+
mvn compile
29+
mvn package
30+
mvn install:install-file -Dfile=target/MultiChainJavaAPI-0.4.11-SNAPSHOT.jar -DgroupId=com.multichainjavaapi -DartifactId=MultiChainJavaAPI -Dversion=0.4.11
31+
mvn install:install-file -Dfile=target/MultiChainJavaAPI-0.4.11-SNAPSHOT-jar-with-dependencies.jar -DgroupId=com.multichainjavaapi -DartifactId=MultiChainJavaAPI -Dversion=0.4.11-full
32+
33+
```
34+
will create 2 jar files in local repository :
35+
- version : 0.4.11 light version
36+
- version : 0.4.11-full directly included all dependencies
37+
38+
2239
## Architecture
2340

2441
### Global Architecture

0 commit comments

Comments
 (0)