Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: site/user/download.md

Issue 1443653002: Documentation: Further cleanup (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-11-16 (Monday) 10:36:02 EST Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | site/user/quick/desktop.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/user/download.md
diff --git a/site/user/download.md b/site/user/download.md
index 992fe3041bd294e731f18f268d121e0cff544e79..831d3017db8c8e35c9a4d979050a1bc49a06ff7e 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
+guides.
- out/Debug/SampleApp
+Changing and contributing to Skia
+---------------------------------
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
« no previous file with comments | « no previous file | site/user/quick/desktop.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698