Skip to content

Commit 20014d1

Browse files
CristianPrundeanuluben
authored andcommitted
README: Move local dependency note above build step and add command line
Make it easier for people unfamiliar with the system.
1 parent c776e15 commit 20014d1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ The build system depends on Scala and the tests depend on ScalaTest and
6262
ScalaCheck but the produced JAR does not have any dependencies. It also
6363
embeds the native library.
6464

65+
*Note*: For the moment the project depends on a local build of `sbt-java-module-info`
66+
v0.5.2, as that version is not published to Maven. Before compiling, you need to publish it locally:
67+
```
68+
$ cd sbt-java-module-info && ./sbt publishLocal && cd -
69+
```
70+
6571
Compile and test:
6672
```
6773
$ ./sbt compile test package
@@ -72,9 +78,6 @@ If you want to publish it to you local ivy2 repository:
7278
$ ./sbt publishLocal
7379
```
7480

75-
*Note*: for the moment the project depends on local build of `sbt-java-module-info`
76-
v0.5.2 as that version is not publushed to Maven.
77-
7881
Binary releases
7982
---------------
8083

0 commit comments

Comments
 (0)