From 3a6b6985722699e3e102c49ae09c803b74a22ac4 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Fri, 1 Nov 2024 08:58:17 -0400 Subject: [PATCH] Documentation: Add note about making the macOS terminal a developer tool --- Documentation/BuildInstructionsLadybird.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/BuildInstructionsLadybird.md b/Documentation/BuildInstructionsLadybird.md index 5fafecd765e..609c3989542 100644 --- a/Documentation/BuildInstructionsLadybird.md +++ b/Documentation/BuildInstructionsLadybird.md @@ -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