[Java binding] Improve prerequisites instructions (#278)
This commit is contained in:
parent
b9e476857c
commit
b022f30c24
|
@ -4,9 +4,8 @@
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
* Follow the instructions in the [README.md](../../README.md) to build blst.
|
* Build blst by running `make blst` in the [library source directory](../../src).
|
||||||
* `JAVA_HOME` environment variable is set to a JDK with an `include` folder containing a `jni.h`
|
* Set `JAVA_HOME` environment variable to a JDK with an `include` folder containing a `jni.h` file.
|
||||||
file.
|
|
||||||
|
|
||||||
### Build
|
### Build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue