diff options
author | Mike Klein <mtklein@chromium.org> | 2016-10-25 11:39:12 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2016-10-25 16:23:09 +0000 |
commit | b00c949c3630ff4412985b747b266a06d855ca78 (patch) | |
tree | 2fc25611a432d0fce3c83ddb375cb62674c07e8e | |
parent | 23510f2c293813bea01f389ae189af28d38d9bd3 (diff) |
Mac GN doc.
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3906
NOTRY=true
DOCS_PREVIEW= https://skia.org/?cl=3906
Change-Id: I1ad13dd5b7df3d76f99f11e02f04169c5b37ce95
Reviewed-on: https://skia-review.googlesource.com/3906
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Klein <mtklein@chromium.org>
-rw-r--r-- | site/user/quick/gn.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/site/user/quick/gn.md b/site/user/quick/gn.md index abec361dbf..c35b519b7b 100644 --- a/site/user/quick/gn.md +++ b/site/user/quick/gn.md @@ -92,6 +92,11 @@ and run it as normal. You may find `bin/droid` convenient. adb push resources /data/local/tmp adb shell "cd /data/local/tmp; ./dm --src gm --config gpu" +Mac +--- + +Mac users may want to pass `--ide=xcode` to `gn gen` to generate an Xcode project. + Windows ------- |