SkQP: Fix errors in README.md

NOTRY=true
Change-Id: I5d9e1834adbff72122c825c63345432a324d5856
Reviewed-on: https://skia-review.googlesource.com/99760
Reviewed-by: Hal Canary <halcanary@google.com>
This commit is contained in:
Hal Canary 2018-01-25 10:01:01 -05:00
parent d1e6192961
commit 7c434fe238

View File

@ -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.