Skip to content

Commit 5d510bd

Browse files
committed
Update compiling instructions
1 parent b446046 commit 5d510bd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ dependency-reduced-pom.xml
99

1010
libs/**.jar
1111
libs/*.jar
12+
libs/org

compiling.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
- [CFR](http://www.benf.org/other/cfr/)
55

66
You will need to acquire jars of these to proceed. Then, you must add these to a mvn local repository.
7-
So:
7+
So (in the project root directory):
88
```
9-
mkdir libs
10-
mvn install:install-file -Dfile=path-to\cfr.jar -DgroupId=org.benf -DartifactId=cfr -Dversion=<version> -Dpackaging=jar
9+
mvn install:install-file -Dfile=path-to\cfr.jar -DgroupId=org.benf -DartifactId=cfr -Dversion=<version> -Dpackaging=jar -DlocalRepositoryPath=libs
1110
```
1211
For example, the version of CFR might be 0.121, depending on `pom.xml`. Note that you will need to replace <version> with whatever version is specified in `pom.xml`.
1312
Optionally, you can use `-DlocalRepositoryPath=path-to-specific-local-repo` to specify a specific location to store the local repository.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@
147147
<version>0.5.32</version>
148148
</dependency>
149149
</dependencies>
150-
</project>
150+
</project>

0 commit comments

Comments
 (0)