Skip to content

Commit ff7756c

Browse files
committed
Update compiling.md
1 parent f8fd267 commit ff7756c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiling.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- [CFR](http://www.benf.org/other/cfr/)
77
- [Fernflower](https://github.com/fesh0r/fernflower.git)
88

9-
You will need to acquire jars of these to proceed. Then, you must add these to a mvn local repository (`libs` folder)
9+
You will need to acquire jars of these to proceed. Then, you must add these to a mvn local repository.
1010
So:
1111
```
1212
mkdir libs
@@ -16,5 +16,6 @@ mvn install:install-file -Dfile=path-to\byteanalysis-1.0.jar -DgroupId=eu.bibl -
1616
mvn install:install-file -Dfile=path-to\procyon.jar -DgroupId=com.strobel.decompiler -DartifactId=procyon -Dversion=<version> -Dpackaging=jar
1717
```
1818
Note that you will need to replace <version> with whatever version is specified in `pom.xml`.
19+
Optionally, you can use `-DlocalRepositoryPath=path-to-specific-local-repo` to specify a specific location to store the local repository.
1920

2021
Then, `mvn compile package`.

0 commit comments

Comments
 (0)