aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2016-12-16 08:10:47 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-12-16 13:14:32 +0000
commit5d7c6ff1fc9b65a7b6e6be45dff7688465cbdd69 (patch)
tree018eec483185c2c665358db82a80bbba1aa9c145 /site
parent780dad1ab9469828e3ef317ad9aea12f9c0a270a (diff)
Restore fetch-gn instructions.
The automatic DEPS hook doesn't actually work with the checkout instructions we have on the site. BUG=skia:6058 NOTRY=true DOCS_PREVIEW= https://skia.org/?cl=6180 Change-Id: Ib1caa617791d3de2b60ddf00fed24d28fd9f83d1 Reviewed-on: https://skia-review.googlesource.com/6180 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'site')
-rw-r--r--site/user/build.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/site/user/build.md b/site/user/build.md
index 37a17b6132..df17ffeeda 100644
--- a/site/user/build.md
+++ b/site/user/build.md
@@ -14,6 +14,10 @@ them.
Quickstart
----------
+After gclient sync, run `fetch-gn` to make sure you have GN.
+
+ gclient sync && python bin/fetch-gn
+
Run GN to generate your build files.
gn gen out/Static --args='is_official_build=true'