| OLD | NEW |
| 1 # Mac Build Instructions | 1 # Mac Build Instructions |
| 2 | 2 |
| 3 **Generally, this page is obsolete and you should look at |
| 4 [the new page instead](mac_build_instructions.md).** |
| 5 |
| 3 [TOC] | 6 [TOC] |
| 4 | 7 |
| 5 Google employee? See [go/building-chrome-mac](https://goto.google.com/building-c
hrome-mac) for extra tips. | 8 Google employee? See [go/building-chrome-mac](https://goto.google.com/building-c
hrome-mac) for extra tips. |
| 6 | 9 |
| 7 ## Prerequisites | 10 ## Prerequisites |
| 8 | 11 |
| 9 * A Mac running 10.9+. | 12 * A Mac running 10.9+. |
| 10 * [Xcode](https://developer.apple.com/xcode) 7.3+. | 13 * [Xcode](https://developer.apple.com/xcode) 7.3+. |
| 11 * [depot\_tools](http://dev.chromium.org/developers/how-tos/depottools). | 14 * [depot\_tools](http://dev.chromium.org/developers/how-tos/depottools). |
| 12 * The OSX 10.10 SDK. Run | 15 * The OSX 10.10 SDK. Run |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 ``` | 200 ``` |
| 198 | 201 |
| 199 the Xcode license hasn't been accepted yet which (contrary to the message) any | 202 the Xcode license hasn't been accepted yet which (contrary to the message) any |
| 200 user can do by running: | 203 user can do by running: |
| 201 | 204 |
| 202 xcodebuild -license | 205 xcodebuild -license |
| 203 | 206 |
| 204 Only accepting for all users of the machine requires root: | 207 Only accepting for all users of the machine requires root: |
| 205 | 208 |
| 206 sudo xcodebuild -license | 209 sudo xcodebuild -license |
| OLD | NEW |