commit | 94b7e2a3b5be144fc1172a9bda57acd76eefbb9e | [log] [tgz] |
---|---|---|
author | Aaron Gable <[email protected]> | Wed Jan 03 19:14:41 2018 |
committer | Commit Bot <[email protected]> | Wed Jan 03 20:31:19 2018 |
tree | 04bee7768608623327065296e2f4845583440262 | |
parent | 54c97c7bd9107339f4b3629e4e4a2f2461e55562 [diff] [blame] |
Update mac starter instructions for unicode filenames R=tandrii Bug: 793347 Change-Id: I348a5e568066b7304cdacd71c79ed203de3fd217 Reviewed-on: https://chromium-review.googlesource.com/849272 Reviewed-by: Andrii Shyshkalov <[email protected]> Commit-Queue: Aaron Gable <[email protected]> Cr-Commit-Position: refs/heads/master@{#526791}
diff --git a/docs/mac_build_instructions.md b/docs/mac_build_instructions.md index bf811b4..782319b5 100644 --- a/docs/mac_build_instructions.md +++ b/docs/mac_build_instructions.md
@@ -41,12 +41,19 @@ ## Get the code +Ensure that unicode filenames aren't mangled by HFS: + +```shell +$ git config --global core.precomposeUnicode true +``` + Create a `chromium` directory for the checkout and change to it (you can call this whatever you like and put it wherever you like, as long as the full path has no spaces): ```shell $ mkdir chromium && cd chromium +$ git config --global core.precomposeUnicode true ``` Run the `fetch` tool from `depot_tools` to check out the code and its