diff options
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-04-21 19:18:46 +0000 |
---|---|---|
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-04-21 19:18:46 +0000 |
commit | 07b7462e1635c5f73ade09e3f6bf7ee57e7d1d6f (patch) | |
tree | 06d49656d7d9c6e6ac2286c35907af3aad104353 /docs | |
parent | af565049e3388e0ca1faa338af5a0e4c09e49039 (diff) |
warn that docs/quickstart.md is out of sync with official docs
(SkipBuildbotRuns)
NOTREECHECKS=True
NOTRY=True
R=halcanary@google.com, hcm@google.com, mtklein@google.com
TBR=borenet
Author: epoger@google.com
Review URL: https://codereview.chromium.org/245283002
git-svn-id: http://skia.googlecode.com/svn/trunk@14287 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'docs')
-rw-r--r-- | docs/quickstart.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/quickstart.md b/docs/quickstart.md index 601ecf4f4f..9a7b01cb5e 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -1,6 +1,15 @@ Skia Quickstart Guide ===================== + +WARNING: Several steps in this guide are out of sync with our automatically- +tested, officially-supported processes for checking out and building Skia. +The officially supported processes are the ones documented in skiadocs; see +https://sites.google.com/site/skiadocs/user-documentation/quick-start-guides + +The steps documented within this file are more experimental in nature. + + This guide assumes you've got `git`, `ninja`, and `python` on your path. 1. First, checkout Skia: |