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

Unified Diff: site/user/quick/macos.md

Issue 1112663002: doc: add quickstart to linux and macos (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-04-28 (Tuesday) 16:01:10 EDT Created 5 years, 8 months 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 | « site/user/quick/linux.md ('k') | tools/install_dependencies.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/user/quick/macos.md
diff --git a/site/user/quick/macos.md b/site/user/quick/macos.md
index ed74551d8b123fe118e2eb67d3e19d883775667b..c9d09a3bf101d34307d5bc80f3fe422cf6ef8e7b 100644
--- a/site/user/quick/macos.md
+++ b/site/user/quick/macos.md
@@ -1,6 +1,38 @@
Mac OS X
========
+Quickstart
+----------
+
+1. Install [XCode](http://developer.apple.com/xcode/).
+
+2. Install depot tools.
+
+ <!--?prettify lang=sh?-->
+
+ git clone 'https://chromium.googlesource.com/chromium/tools/depot_tools.git'
+ export PATH="${PWD}/depot_tools:${PATH}"
+
+3. Get Skia.
+
+ <!--?prettify lang=sh?-->
+
+ git clone 'https://skia.googlesource.com/skia'
+ cd skia
+
+4. Build.
+
+ <!--?prettify lang=sh?-->
+
+ bin/sync-and-gyp && ninja -C out/Debug
+
+5. Run DM (the Skia test app) and SampleApp.
+
+ <!--?prettify lang=sh?-->
+
+ out/Debug/dm
+ open out/Debug/SampleApp.app
+
Prerequisites
-------------
« no previous file with comments | « site/user/quick/linux.md ('k') | tools/install_dependencies.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698