From 7c434fe238a112fe64578fd04039ded44ba8df48 Mon Sep 17 00:00:00 2001 From: Hal Canary Date: Thu, 25 Jan 2018 10:01:01 -0500 Subject: SkQP: Fix errors in README.md NOTRY=true Change-Id: I5d9e1834adbff72122c825c63345432a324d5856 Reviewed-on: https://skia-review.googlesource.com/99760 Reviewed-by: Hal Canary --- tools/skqp/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'tools/skqp') diff --git a/tools/skqp/README.md b/tools/skqp/README.md index cf745364db..d9ee5fe6fd 100644 --- a/tools/skqp/README.md +++ b/tools/skqp/README.md @@ -14,7 +14,7 @@ How to run the SkQP tests cd ~ unzip ~/Downloads/android-ndk-*.zip - ANDROID_NDK=~/android-ndk-r16b # Or wherever you installed the Android NDK. + ANDROID_NDK=~/android-ndk-* # Or wherever you installed the Android NDK. 3. Install the [Android SDK](https://developer.android.com/studio/#command-tools) @@ -27,9 +27,10 @@ How to run the SkQP tests git clone https://skia.googlesource.com/skia.git cd skia - git checkout origin/skqp-dev # or whatever release tag you need + git checkout origin/skqp/dev # or whatever release tag you need -5. Download dependencies, the model, and configure the build. +5. Download dependencies, the model, and configure the build. (If you want to + test another architecture, replace `arm` with `x86`, `x64`, or `arm64`.) python tools/skqp/download_model python tools/git-sync-deps @@ -58,8 +59,8 @@ How to run the SkQP tests adb pull $OUTPUT_LOCATION /tmp/ tools/skqp/sysopen.py /tmp/output/skqp_report/report.html -Run as an executable --------------------- +Run as a non-APK executable +--------------------------- 1. Follow steps 1-5 as above. -- cgit v1.2.3