@@ -39,12 +39,10 @@ before submitting your pull requests.
39
39
* [ Bazelisk] ( https://github.com/bazelbuild/bazelisk ) , a Bazel wrapper that automatically downloads
40
40
the version of Bazel specified in ` .bazelversion ` file and transparently passes through all
41
41
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/ ) )
43
43
* ` java ` and ` jar ` on the ` $PATH ` (make sure you use ` java ` executable from JDK but not JRE).
44
44
* To test this, try running the command ` javac ` . This command won't exist if you only have the JRE
45
45
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 `
48
46
* macOS users:
49
47
* Install the latest version of Xcode including the command-line tools. This command should work ` xcode-select --install `
50
48
* 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
66
64
[ IE driver] ( https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver ) ,
67
65
you also need:
68
66
69
- * [ Visual Studio 2008 ] ( https://www.visualstudio.com/ )
67
+ * [ Visual Studio 2022 ] ( https://www.visualstudio.com/ )
70
68
* 32 and 64-bit cross compilers
71
69
72
70
The build will work on any platform, but the tests for IE will be
0 commit comments