mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
Documentation: Add note about making the macOS terminal a developer tool
This commit is contained in:
parent
8703ca0c7d
commit
3a6b698572
Notes:
github-actions[bot]
2024-11-01 14:05:50 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/3a6b6985722 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2101 Reviewed-by: https://github.com/gmta ✅
1 changed files with 5 additions and 0 deletions
|
@ -140,6 +140,11 @@ If you also plan to use the Qt chrome on macOS:
|
|||
brew install qt
|
||||
```
|
||||
|
||||
> [!NOTE]
|
||||
> It is recommended to add your terminal application (i.e. Terminal.app or iTerm.app) to the system list of developer tools.
|
||||
> Doing so will reduce slow startup time of freshly compiled binaries, due to macOS validating the binary on its first run.
|
||||
> This can be done in the "Developer Tools" section of the "Privacy & Security" system settings.
|
||||
|
||||
### Windows:
|
||||
|
||||
WSL2 is the supported way to build Ladybird on Windows. An experimental native build is being setup but does not fully
|
||||
|
|
Loading…
Reference in a new issue