Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 645 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 645 Bytes

parspice

A concurrent wrapper for JNISpice.

Setup

You will need the unzipped JNISpice source somewhere on your system. Then, set the environment variable JNISPICE_ROOT:

JNISPICE_ROOT=/absolute/path/to/JNISpice

You can set it with export in your shell rc file, or by prepending the above command to every gradle build command.

You will need the antlr4-python3-runtime python library installed in order to build the library.

You also need gradle installed. Alternatively, you can use the ./gradlew script instead of the gradle command.

Building

Run gradle build in the root of the repo.