aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev
diff options
context:
space:
mode:
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