aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2018-02-15 09:44:23 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-23 10:44:46 +0000
commit9af35244ce13a6624f0838bcef28a66c0d60a3b6 (patch)
treecb71c27e3aa3893b4c4ce91e8e4232fd377626f3 /site/dev
parenta13dc4059f94bea35ffd5fb9158901fbd0ab9046 (diff)
update jumper docs with a reminder about xcode command line tools
Bug: skia:7633 Change-Id: I662cfb793924f03f65f2076bc150ca97525b1843 Reviewed-on: https://skia-review.googlesource.com/107780 Reviewed-by: Yuqian Li <liyuqian@google.com> Commit-Queue: Yuqian Li <liyuqian@google.com>
Diffstat (limited to 'site/dev')
-rw-r--r--site/dev/contrib/jumper.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/site/dev/contrib/jumper.md b/site/dev/contrib/jumper.md
index cfd8f5fb8e..f7ea3b152a 100644
--- a/site/dev/contrib/jumper.md
+++ b/site/dev/contrib/jumper.md
@@ -20,11 +20,12 @@ Clang is exactly the same version we typically use (as of writing 5.0.0) and
you'll need objdump to be compiled with support for x86-64, ARMv7, and ARMv8.
The easiest way to satisfy these contraints is to get your hands on a Mac and
-install [Homebrew](https://brew.sh). Once you have `brew` installed, run this
-to get the tools you need:
+install Xcode, Xcode command line tools, and [Homebrew](https://brew.sh). Once
+you have `brew` installed, run these commands to get the tools you need:
<!--?prettify lang=sh?-->
+ ls -d /usr/include >/dev/null || xcode-select --install
brew install llvm binutils ccache
Setting up GN