commit | 1a50407d10cf11d4fc4880e50cf073bdcfe4edb9 | [log] [tgz] |
---|---|---|
author | Victor Costan <[email protected]> | Tue Feb 20 20:10:25 2018 |
committer | Commit Bot <[email protected]> | Tue Feb 20 20:10:25 2018 |
tree | bc4724e9b1216c2506af22723d442e4971b76353 | |
parent | 493925d2d8f56796c8aaa00c7691d1055b2626e4 [diff] [blame] |
Docs: Add OSX instructions for building You-Complete-Me. Without the --system-clang flag, ycmd fails to find the system headers, which severely limits its usefulness. The flag is documented as unsupported, but it's recommended by the maintainers on OSX: https://github.com/Valloric/YouCompleteMe/issues/2536#issuecomment-333909807 Change-Id: I93aeb12656d32e0fa2099aa0c703fcb6f7154bfb Reviewed-on: https://chromium-review.googlesource.com/925102 Reviewed-by: Rouslan Solomakhin <[email protected]> Reviewed-by: Jianpeng Chao <[email protected]> Commit-Queue: Victor Costan <[email protected]> Cr-Commit-Position: refs/heads/master@{#537864}
diff --git a/docs/atom.md b/docs/atom.md index 1499169d..9638a4e 100644 --- a/docs/atom.md +++ b/docs/atom.md
@@ -46,6 +46,12 @@ $ ./build.py --clang-completer ``` +On Mac, replace the last command above with the following. + +``` +$ ./build.py --clang-completer --system-libclang +``` + ## JavaScript lint Install JavaScript linter for Blink layout tests.