Skip to content

Commit cbfc69b

Browse files
committed
Docs: Update build instructions
1 parent a2763d7 commit cbfc69b

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

BUILDING.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
## Building
22

3-
Use the netlogo.jar.url environment variable to tell sbt which NetLogo.jar to compile against (defaults to NetLogo 5.3). For example:
4-
5-
sbt -Dnetlogo.jar.url=file:///path/to/NetLogo/target/NetLogo.jar package
6-
7-
If compilation succeeds, `bitmap.jar` will be created.
3+
Just run `sbt package` or start an sbt session with `sbt`, then run `package` inside of that. If compilation succeeds, `bitmap.jar` will be created in the root of the repository.

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ This package contains the NetLogo bitmap extension. It allows you to perform man
55

66
## Building
77

8-
Use the netlogo.jar.url environment variable to tell sbt which NetLogo.jar to compile against (defaults to NetLogo 5.3). For example:
9-
10-
sbt -Dnetlogo.jar.url=file:///path/to/NetLogo/target/NetLogo.jar package
11-
12-
If compilation succeeds, `bitmap.jar` will be created.
8+
Just run `sbt package` or start an sbt session with `sbt`, then run `package` inside of that. If compilation succeeds, `bitmap.jar` will be created in the root of the repository.
139

1410
## Using
1511

0 commit comments

Comments
 (0)