aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skqp/README.md
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2018-02-01 15:12:16 -0500
committerGravatar Hal Canary <halcanary@google.com>2018-02-01 20:12:48 +0000
commitb296f017a666c60f446dc7ef57a06888eacdced4 (patch)
treecdc4a4bd1ae907fd28ac60bd4f635cea95fa89d6 /tools/skqp/README.md
parent40d8297ca873faa5454a50b64b4ae7651fd84375 (diff)
SkQP: README: note need java8 not other version
Change-Id: I4743df622bfbcf75d3335226cc5ea4c63de92762 Reviewed-on: https://skia-review.googlesource.com/102323 Reviewed-by: Hal Canary <halcanary@google.com>
Diffstat (limited to 'tools/skqp/README.md')
-rw-r--r--tools/skqp/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/skqp/README.md b/tools/skqp/README.md
index 8d8810b514..91d818e372 100644
--- a/tools/skqp/README.md
+++ b/tools/skqp/README.md
@@ -10,7 +10,7 @@ How to run the SkQP tests
1. Get the dependencies:
- - You will need `git` and `python`.
+ - You will need Java JDK 8, `git`, and `python`.
- Install Chromium's [depot\_tools](http://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html). Add it to your `PATH`.