Skip to content

Commit 15b52a1

Browse files
committed
Bump dependencies and add compilation instructions
1 parent f16b9d2 commit 15b52a1

39 files changed

+24
-106
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
*.iml
77
.idea/
88
dependency-reduced-pom.xml
9+
10+
libs/**.jar

compiling.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Compiling
2+
3+
## Manual dependencies
4+
- [byte-engineer](https://bitbucket.org/0xJAVA/byte-engineer)
5+
- [Procyon](https://bitbucket.org/mstrobel/procyon)
6+
- [CFR](http://www.benf.org/other/cfr/)
7+
- [Fernflower](https://github.com/fesh0r/fernflower.git)
8+
9+
You will need to acquire jars of these to proceed. Then, you must add these to a mvn local repository (`libs` folder)
10+
So:
11+
```
12+
mkdir libs
13+
mvn install:install-file -Dfile=path-to\fernflower.jar -DgroupId=org.jetbrains.java.decompiler -DartifactId=fernflower -Dversion=<version> -Dpackaging=jar
14+
mvn install:install-file -Dfile=path-to\cfr.jar -DgroupId=org.benf -DartifactId=cfr -Dversion=<version> -Dpackaging=jar
15+
mvn install:install-file -Dfile=path-to\byteanalysis-1.0.jar -DgroupId=eu.bibl -DartifactId=byteanalysis -Dversion=1.0 -Dpackaging=jar
16+
mvn install:install-file -Dfile=path-to\procyon.jar -DgroupId=com.strobel.decompiler -DartifactId=procyon -Dversion=<version> -Dpackaging=jar
17+
```
18+
Note that you will need to replace <version> with whatever version is specified in `pom.xml`.
19+
20+
Then, `mvn compile package`.
-1.68 MB
Binary file not shown.

libs/com/strobel/decompiler/procyon/0.5.30/procyon-0.5.30.jar.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

libs/com/strobel/decompiler/procyon/0.5.30/procyon-0.5.30.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.

libs/com/strobel/decompiler/procyon/0.5.30/procyon-0.5.30.pom

Lines changed: 0 additions & 8 deletions
This file was deleted.

libs/com/strobel/decompiler/procyon/0.5.30/procyon-0.5.30.pom.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

libs/com/strobel/decompiler/procyon/0.5.30/procyon-0.5.30.pom.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.

libs/com/strobel/decompiler/procyon/maven-metadata.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

libs/com/strobel/decompiler/procyon/maven-metadata.xml.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)