aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2016-06-27 16:22:25 -0700
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2016-06-27 16:22:25 -0700
commitecab5e2355a42800c71487aec1686f38794546e0 (patch)
tree32440e187bc76c17c5671a6bbcf9f552559c5a9d /CONTRIBUTING.md
parenta5aa19a1c81c611c4d33f2709211eee01fda8ede (diff)
added more steps.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b145dfdf9c..56bb4b6eb9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -54,8 +54,11 @@ To know about the list of available commands, do this:
`./tools/run_tests/run_tests.py -h`
If you are running tests for ObjC on osx, follow these steps before running tests:
+* install Xcode command-line tools by running
+`sudo xcode-select --install`
* install macports from https://www.macports.org/install.php
* install autoconf, automake, libtool, gflags, cmake using macports
+* restart your terminal window or run source ~/.bash_profile to pick up the new PATH changes.
## Adding or removing source code