Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 283 Bytes

File metadata and controls

7 lines (4 loc) · 283 Bytes

Building

Use the netlogo.jar.url environment variable to tell sbt which NetLogo.jar to compile against (defaults to NetLogo 6.0). For example:

sbt -Dnetlogo.jar.url=file:///path/to/NetLogo/target/NetLogo.jar package

If compilation succeeds, profiler.jar will be created.