Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 1d31e90

Browse files
authoredAug 1, 2022
docs: explaining UNIX environment is required (#1760)
* docs: explaining UNIX environment is required Fixes #1731
1 parent 14a8c42 commit 1d31e90

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed
 

‎README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,13 @@ Java Versions
5858

5959
Java 8 or above is required for using this library.
6060

61-
To build this project, JDK 11 or above is required. The build produces Java
62-
bytecode targeted for Java 8.
61+
To build this project, JDK 11 or above is required.
62+
The build produces Java bytecode targeted for Java 8.
63+
64+
The project uses Gradle to build while it also provides Bazel build.
65+
66+
If you build this project in Bazel, it requires Bazel 4 and basic UNIX commands
67+
(e.g., `cat`).
6368

6469
Contributing
6570
------------

0 commit comments

Comments
 (0)
This repository has been archived.