Skip to content

Commit 398524f

Browse files
committed
update build requirements in readme
1 parent bcb5a25 commit 398524f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,10 @@ before submitting your pull requests.
3939
* [Bazelisk](https://github.com/bazelbuild/bazelisk), a Bazel wrapper that automatically downloads
4040
the version of Bazel specified in `.bazelversion` file and transparently passes through all
4141
command-line arguments to the real Bazel binary.
42-
* The latest version of the [Java 11 OpenJDK](https://openjdk.java.net/)
42+
* Java JDK version 11 or greater (e.g., [Java 11 OpenJDK](https://openjdk.java.net/))
4343
* `java` and `jar` on the `$PATH` (make sure you use `java` executable from JDK but not JRE).
4444
* To test this, try running the command `javac`. This command won't exist if you only have the JRE
4545
installed. If you're met with a list of command-line options, you're referencing the JDK properly.
46-
* [Python 3.7+](https://www.python.org/downloads/) and `python` on the `PATH`
47-
* [The tox automation project](http://tox.readthedocs.org/) for Python: `pip install tox`
4846
* macOS users:
4947
* Install the latest version of Xcode including the command-line tools. This command should work `xcode-select --install`
5048
* Apple Silicon Macs should add `build --host_platform=//:rosetta` to their `.bazelrc.local` file. We are working
@@ -66,7 +64,7 @@ If you plan to compile the
6664
[IE driver](https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver),
6765
you also need:
6866

69-
* [Visual Studio 2008](https://www.visualstudio.com/)
67+
* [Visual Studio 2022](https://www.visualstudio.com/)
7068
* 32 and 64-bit cross compilers
7169

7270
The build will work on any platform, but the tests for IE will be

0 commit comments

Comments
 (0)