Chromium Code Reviews| Index: site/user/download.md |
| diff --git a/site/user/download.md b/site/user/download.md |
| index 992fe3041bd294e731f18f268d121e0cff544e79..8da174ad135b853aa6a48173366363c35f7ffda1 100644 |
| --- a/site/user/download.md |
| +++ b/site/user/download.md |
| @@ -24,37 +24,15 @@ Clone the Skia repository |
| git clone https://skia.googlesource.com/skia.git |
| cd skia |
| -Get Skia's dependencies and generate Ninja build files |
| ------------------------------------------------------- |
| - |
| -<!--?prettify lang=sh?--> |
| - |
| - python bin/sync-and-gyp |
| - |
| -Compile all default targets |
| ---------------------------- |
| - |
| -<!--?prettify lang=sh?--> |
| - |
| - ninja -C out/Debug |
| - |
| -Execute Skia tests |
| ------------------- |
| - |
| -[More about Skia correctness testing tools](../dev/testing/testing) |
| - |
| -<!--?prettify lang=sh?--> |
| - |
| - out/Debug/dm |
| - |
| -Execute Skia sample application |
| -------------------------------- |
| - |
| -[More about Skia's SampleApp](sample/sampleapp) |
| +Getting started with Skia |
| +------------------------- |
| -<!--?prettify lang=sh?--> |
| +Try out more things from the [desktop](./quick/desktop)-, |
| +[Android](./quick/android)-, and [iOS](./quick/ios)-specific Skia |
|
hcm
2015/11/16 15:32:10
for readability, I think just leaving off the dash
hal.canary
2015/11/16 15:36:14
done
|
| +guides. |
| - out/Debug/SampleApp |
| +Changeing and contributing to Skia |
|
hcm
2015/11/16 15:32:10
spelling- "changing"
hal.canary
2015/11/16 15:36:14
done
|
| +---------------------------------- |
| At this point, you have everything you need to build and use Skia! If |
| you want to make changes, and possibly contribute them back to the Skia |