File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,28 @@ https://github.com/SimplyUb/MultiChainJavaAPI
1414These 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
You can’t perform that action at this time.
0 commit comments