From b022f30c242a604c96e5781c8e081f4c35b5b0d6 Mon Sep 17 00:00:00 2001 From: Stefan Bratanov Date: Tue, 4 Apr 2023 16:10:55 +0100 Subject: [PATCH] [Java binding] Improve prerequisites instructions (#278) --- bindings/java/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bindings/java/README.md b/bindings/java/README.md index 7ad7fb1..86204ce 100644 --- a/bindings/java/README.md +++ b/bindings/java/README.md @@ -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