DOC: Mention install_dependencies in Android quickstart
authortomhudson <tomhudson@google.com>
Thu, 17 Sep 2015 15:28:15 +0000 (08:28 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 17 Sep 2015 15:28:15 +0000 (08:28 -0700)
Embeds #prerequisites anchor in Linux so we don't duplicate the details.

TBR=hcm,jcgregorio
NOTRY=true
DOCS_PREVIEW= https://skia.org/?cl=1342263004

Review URL: https://codereview.chromium.org/1342263004

site/user/quick/android.md
site/user/quick/linux.md

index 57d45d5259eb64ae95aac9f7c0b38451f2e8b621..dbe2f6b4b3b3ecc610d80c6a1dbb9ef1887118ba 100644 (file)
@@ -20,6 +20,10 @@ Follow the instructions [here](../download) for downloading the Skia source.
 Inside your Skia checkout, `platform_tools/android` contains the Android setup
 scripts, Android specific dependencies, and the Android Sample App.
 
+You may need to [install other dependencies](./linux#prerequisites):
+
+    tools/install_dependencies.sh
+
 Setup the Android SDK
 ---------------------
 
index f7ef6bb0e4f5413917aec41a6112102ef62d8934..900150dd0316728695e8a44b3837cebff6108ab4 100644 (file)
@@ -37,7 +37,7 @@ Quickstart
         out/Debug/dm
         out/Debug/SampleApp
 
-Prerequisites
+<a name="prerequisites"></a>Prerequisites
 -------------
 
 On a Ubuntu 12.04 (Precise) or Ubuntu 14.04 (Trusty) system, you can run