Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 411 Bytes

BUILDING.md

File metadata and controls

9 lines (5 loc) · 411 Bytes

Building

Make sure your sbt is at least at version 0.13.6

Run sbt package.

If compilation succeeds, py.jar will be created and the required dependencies will be copied to the root of the repository. Copy all the jar files and pyext.py from the repository root to a py directory inside your NetLogo extensions directory.

Run sbt test to run the NetLogo language test code from tests.txt.