From da10226c5de6e040c54b2f54ee48172c5f62ab43 Mon Sep 17 00:00:00 2001 From: Abi Date: Thu, 19 Sep 2024 19:38:58 +0530 Subject: [PATCH] Documentation: Add macOS version requirement for building AppKit --- Documentation/BuildInstructionsLadybird.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/BuildInstructionsLadybird.md b/Documentation/BuildInstructionsLadybird.md index ca09d824b42..0212ed98c4c 100644 --- a/Documentation/BuildInstructionsLadybird.md +++ b/Documentation/BuildInstructionsLadybird.md @@ -200,6 +200,8 @@ Ladybird will be built with one of the following browser chromes (graphical fron * [Qt](https://doc.qt.io/qt-6/) - The chrome used on all other platforms. * [Android UI](https://developer.android.com/develop/ui) - The native chrome on Android. +To build the AppKit chrome, make sure your version of macOS is >= 14.0. + The Qt chrome is available on platforms where it is not the default as well (except on Android). To build the Qt chrome, install the Qt dependencies for your platform, and enable the Qt chrome via CMake: