[Java binding] Improve prerequisites instructions (#278)

This commit is contained in:
Stefan Bratanov 2023-04-04 16:10:55 +01:00 committed by GitHub
parent b9e476857c
commit b022f30c24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -4,9 +4,8 @@
### Prerequisites
* Follow the instructions in the [README.md](../../README.md) to build blst.
* `JAVA_HOME` environment variable is set to a JDK with an `include` folder containing a `jni.h`
file.
* Build blst by running `make blst` in the [library source directory](../../src).
* Set `JAVA_HOME` environment variable to a JDK with an `include` folder containing a `jni.h` file.
### Build