Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion docs/install_macosx.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ log](https://github.com/rizsotto/scan-build#limitations)
the compiler calls without turning off *System Integrity Protection (SIP)*.
`intercept build` can automatically detect if SIP is turned off.

You can turn off SIP on El Capitan this way:
You can turn off SIP on El Capitan this way(intel based):

* Click the  (Apple) menu.
* Select Restart...
Expand All @@ -19,6 +19,17 @@ You can turn off SIP on El Capitan this way:
* Close the Terminal app.
* Click the  (Apple) menu and select Restart....

On Apple silicon, the process of disabling SIP is different:

* Click the  (Apple) menu.
* Select Shut Down...
* While turning on, press and hold power button until volumes are displayed
* Click "Options" and press continue
* Click the Utilities menu and select Terminal.
* Type csrutil disable and press return.
* Close the Terminal app.
* Click the  (Apple) menu and select Restart....

The following commands are used to bootstrap CodeChecker on
OS X El Capitan 10.11, macOS Sierra 10.12 and macOS High Sierra 10.13.

Expand Down